SublimeCodeIntel
SublimeCodeIntel copied to clipboard
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Constantly high CPU usage on Sublime Text 3.1.1, Build 3176 with SublimeCodeIntel v2.2.0 Also several restarts doesn't change the high CPU usage. Sublime indexing status: Idle After disabling the package...
Hi there, I don't know if it is a bug or just my wrong configuration. SublimeCodeIntel should provide me with project wide autocompletion, right? I have installed the package (ST3),...
Getting Silvercity import error as below ``` Traceback (most recent call last): File "/home/saurabhg/.config/sublime-text-3/Packages/SublimeCodeIntel/libs/_SilverCity.py", line 12, in from _local_arch._SilverCity import * ImportError: No module named '_local_arch' During handling of the...
I appreciate your work and effort, but I do not believe it has been debugged properly as I got this after trying to install on my win 10 desktop: Command...
I use this command to install CodeIntel on Ubuntu 16.04: `sudo pip install --upgrade --pre CodeIntel` But failed with this errors: ``` olehk@olehk-vm:~$ sudo pip install --upgrade --pre CodeIntel [sudo]...
I would expect to get `createServer` when typing`http·` ... but I get nothing!? Like: `http.createServer` ... And yes, the module is required allright. `const http = require('http');`
Typically, the "Definitions" popup show up very quickly. However, I was wondering if there is any type of setting to tell CodeIntel to ignore/exclude particular function names? For example, we...
I am on OSX 10.13.4 with python 2.7 Your instructions indicate that we must install CodeIntel using pip. When I try to do so this is the output I receive:...
Can't install CodeIntel by package install and Manual installation can not work。OSX 10.13.6 & sublime text3 3176
I had tried for several times,but it still can't work. Cloud u pls give me some examples?