Pregunta

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!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top