SublimeCodeIntel icon indicating copy to clipboard operation
SublimeCodeIntel copied to clipboard

💡 Full-featured code intelligence and smart autocomplete for Sublime Text

Results 105 SublimeCodeIntel issues
Sort by recently updated
recently updated
newest added

Hello, i have a hudge PHP project and my sublimecodeintel rescan all the time + Info: processing `PHP': please wait... For a new file, i understand, but i modify often...

when i open the sublime,the console show these information: executable: /C/Program Files/Sublime Text 3/sublime_text.exe working dir: /C/Program Files/Sublime Text 3 packages path: /C/Users/asus/AppData/Roaming/Sublime Text 3/Packages state path: /C/Users/asus/AppData/Roaming/Sublime Text 3/Local...

Hi guys. I have following code: $result = $api->makeRequest($endpoint, $method, $params) ->getBody() ->getContents(); When I type "$api->" SublimeCodeIntel shows proper autocompletion popup. But when I type "$api->makeRequest(....)->" it doesn't show...

Hi, I tried to use the beta version of SublimeCodeIntel oop and I got this error in sublime console ``` Exception in thread CodeIntel Manager Thread: Traceback (most recent call...

The SCI fails to lint and display error in dofiles, for example, my `.slate.js` file. Seems like it would be a small fix if this was unintended. If I'm mistaken...

I have a question,when I code css style.for example:margin-top: 10px; did you see the colon after the 'px',it will show a suggestion list, I don't want this list,because I want...

Hi, My Code-Intel is not working any more when ever I try to go to definition I get this error `````` python Traceback (most recent call last): File "./SublimeCodeIntel.py", line...

I'm pretty sure it wasn't the case prior to 2.0, but now I'm not getting variable suggestion while i'm working on Sass: ![suggestion](https://f.cloud.github.com/assets/3164215/878433/41ddf032-f912-11e2-879f-5336482ddb88.png)

It doesn't work inside any of the contexts of blade: ```php {{ ... }} @php ... @endphp @if (...) @endif ... ```