angular-ui/AngularJS-sublime-package

Indexing not working. No Indexing found for project

everson opened this issue · 4 comments

I installed latest version on my macbook. Hitting Cmd + Ctrl + L does nothing. So, when trying to use I get: "AngulaJS: No Indexing found for project". Anything I can look to see what is wrong?

@khronnuz
Open up the ST console (ctrl+`) and look and see if you see and error associated to the plugin. If so, paste it here so I can review it and see what might be going on.

nothing appears in the console. Maybe the keybinding is not working?

Hmm, that's possible. A plugin installed might be stealing that command.

You can write sublime.log_commands(True) in the console, then run the key command and you should see this command: angularjs_find logged into the console. If not, then there is another plugin using that command.

ah ha! That was it: 'command: sublimelinter_lint'. thanks!