SublimeCodeIntel
SublimeCodeIntel copied to clipboard
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
 the auto compete menu keeps showing up after ; or > in PHP and instead of adding new line its adding new elements
``` reloading python 3.3 plugin SublimeCodeIntel.ordereddict reloading python 3.3 plugin SublimeCodeIntel.SublimeCodeIntel Traceback (most recent call last): File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs/_SilverCity.py", line 12, in from _local_arch._SilverCity import * ImportError: No...
just installed it in ST3 ALT+click does not work with python code even if files are loaded
The amount of open tickets says so. My problem: "codeintel_live" setting does not work. I can't disable the popup ("codeintel_tooltips" also does not work in that regard). But CodeIntel popups...
Hey, I just installed this on sublime text 4 (released yesterday) on the newest version of macos big sur. This causes the beach ball to spin forever and sublime text...
I would like to know the difference between using LSP and CodeIntel, because if I know it then it would be easy for me to choose which one to use...
I just upgraded to ST4... the snippets for Python lang are now annoying because of the way they trigger while typing e.g. attempting to type a class def like: ```python...

Hello, I've encountered an issue (maybe?) with autocompletion and extended interfaces. let's say I've two interfaces: ```php