문제

I'm unable to get the plugin to work on my Sublime 3 on Windows 7 64bit. I followed the guide and installed the package using Package Control but nothing happens after I try to use it. Tried Ctrl + Shift + Space with no success. Log file nonexistent on my system (or at least I couldn't find it).

Any help would be really appreciated!

도움이 되었습니까?

해결책

Looks like it is something to do with Python3.3 in Sublime Text 3...

After numerous tries to fix this I installed Sublime Text 2 and now able to use this plugin without any issues!

Edit#1: Was able to solve it for Sublime Text 3 by following this guide:

  1. In the Sublime Text menu, go to Preferences -> Browse Packages. From this directory run:

    git clone -b development git@github.com:SublimeCodeIntel/SublimeCodeIntel.git

  2. Clear your codeintel cache if you had older version of SublimeCodeIntel installed on your machine, i.e. C:\Users\user\.codeintel

  3. Restart Sublime Text

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top