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

Automated building completions based on NG comment blocks in source #81

Open subhaze opened 9 years ago

subhaze commented 9 years ago

To keep this plugin version agnostic we'll need to have a dict for each 1.x release. It will be much easier keeping things up-to-date

[in progress]

Related issues: https://github.com/angular-ui/AngularJS-sublime-package/issues/77 https://github.com/angular-ui/AngularJS-sublime-package/issues/74 https://github.com/angular-ui/AngularJS-sublime-package/issues/64

designorant commented 9 years ago

With Angular 1.4 out there, I am really looking forward to this!

Do you need any help? I am somewhat tight on time but should be able to help with some guidance.

subhaze commented 9 years ago

Yes, I'm eager to get this finished as well. I've the bulk of the parsing completed which produces a new data structure to work with. So, most that's left is just reworking the internals of the plugin to handle the structure of the new data.