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

Angular ui syntax support? #59

Closed LeleDev closed 10 years ago

LeleDev commented 10 years ago

This plugin could help also with angular-ui syntax (ui-view, ui-sref, etc.)? I've not been able to enable this option...

Thank you in advance!

subhaze commented 10 years ago

This feature is in process of being deprecated as the plugin should be able to parse the source files of Angular UI packages you have in your project and get more up-to-date completions that way.

Currently there is a setting to enable "some" of the angular-ui directive completions https://github.com/angular-ui/AngularJS-sublime-package/blob/master/AngularJS-sublime-package.sublime-settings#L98.

Here is the list that is shipped https://github.com/angular-ui/AngularJS-sublime-package/blob/master/AngularJS-completions.sublime-settings#L331 but it's not a complete list due to its eventual removal.

You can extend the above file with your own directives if you wish as well.