spectacles / CodeComplice

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

`codeintel_enabled_languages` setting does not works #47

Open ghost opened 8 years ago

ghost commented 8 years ago

I just want to enable CodeComplice for only PHP,

"codeintel_enabled_languages":
    [
       "PHP"
    ],

but seems like this option does not works, CC still process when i'm working on Javascript.

@wizza-smile are you still maintain this project ?