angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

Jade is not supported by AngularJS-sublime-package #87

Open twang333 opened 9 years ago

twang333 commented 9 years ago

I saw a similar issue but it didn't solve my problem. https://github.com/angular-ui/AngularJS-sublime-package/issues/12

Details of my case below, is there any additional setting missing? Thanks sublime 3, jade plugin: Image of jade angularjs sublime package: Image of angularjs-sublime-package

woojoo666 commented 7 years ago

same issue, doesn't seem to be working for me even though I have the exact packages described in #12

Disminder commented 7 years ago

Guys, enter "show_current_scope": true in User plugin settings and check scopes in console, I just enabled completion for Pug (renamed Jade) now. There are wrong scopes in default settings (in attribute_defined_scopes).