Sublime Forum

SublimeCodeIntel doesn't work

#1

Hello,
I’ve installed SublimeCodeIntel through Package Control. But it doesn’t work at all. I have a simple Python test file (see below), but no shortcut works. I’ve tried to change shortcuts for “goto_python_definition”, but it didn’t help. I’ve tried alt/ctrl-click on “variable” or “fun”, but nothing happened. Can you give me a hint what’s wrong? I have OS X. I’ve tried run src/build.sh, but it always throws an error (“fatal error: ‘pcre.h’ file not found”). The test file:

[code]def fun():
pass

variable = fun()
print variable
[/code]

0 Likes