spectacles / CodeComplice

CodeIntel for Sublime Text 2 / 3
Other
167 stars 18 forks source link

Getting 'could not resolve first part of' Error #48

Open vongoh opened 8 years ago

vongoh commented 8 years ago

I just did a clean install of ST3 - as I restalled my favorite plugins, I installed SublimeCodintel first (before I found this repo) -- then when tested the functionality using ALT-CLICK on a function name in PHP, I recieved this at the console:

Updating indexes for 'PHP'... The first time this can take a while.
Doing CodeIntel for 'PHP' (hold on)...
current triggername: 'php-defn-defn'
Done 'PHP' CodeIntel! Full CodeIntel took 304ms

**+ Warning: evaluating 'add_theme_support' at functions.php#18: could not resolve first part of 'add_theme_support'**

After searching for a bit I found this repo, and decided to switch (as recommended) to see if this would address the problem. Its the same thing with CodeComplice.

I also deleted all of the data in %userprofile%\.codeintel and restarted ST3, tested again as advised. Same error. Thoughts? Thanks