Hello Fellow Sublimers,
I am trying to use the power of SublimeCodeIntel Package in my Sublime Text 3 Editor. Even though I installed SublimeCodeIntel via Anaconda:Package Control, when coding, the CodeIntel feature does not work on modules, sys. or secrets. does not show any functions within this module.
When reading this article on this, it stated that I must pip install CodeIntel before installing SublimeCodeIntel.
However, when running python3 -m pip install CodeIntel, I get the following error:
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPCRE_STATIC -DHAVE_STRERROR -DHAVE_MEMMOVE -DHAVE_BCOPY -DNEWLINE=’\n’ -DLINK_SIZE=2 -DMATCH_LIMIT=10000000 -DPOSIX_MALLOC_THRESHOLD=10 -DEXPORT= -Iscintilla/src -Iscintilla/lexlib -Iscintilla/lexers -Iscintilla/include -Isilvercity/PySilverCity/Src -Isilvercity/Lib/Src -Ipcre -I/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c pcre/pcre_compile.c -o build/temp.macosx-10.9-universal2-3.10/pcre/pcre_compile.o
xcode-select: note: no developer tools were found at ‘/Applications/Xcode.app’, requesting install. Choose an option in the dialog to download the command line developer tools.
error: command ‘/usr/bin/clang’ failed with exit code 1
[end of output]
note : This error originates from a subprocess, and is likely not a problem with pip.
error : legacy-install-failure
× Encountered error while trying to install package.
╰─> CodeIntel
note : This is an issue with the package mentioned above, not pip.
hint : See above for output from the failure.
What is the best action to take on this error?
Why is xCode app, another code editor, required in order to install the made CodeIntel package?
Please Advise,
Fellow Sublimer Skyline