hexaviewtech / ionic-netbeans-plugin

This plugin is helpful to integrate Ionic framework in netbeans. It shows details of the ionic tag directives which help to understand the usages of ioninc tags.
7 stars 4 forks source link

Please add code completion for values for some attributes #4

Open Chris2011 opened 8 years ago

Chris2011 commented 8 years ago

When I have this <div nav-direction="", than nav direction can have some values like: back, enter, exit, forward, etc. it would be very handy to can have ctrl + space inside "" to see the code completion for those values too.

Regards

Chris

Chris2011 commented 8 years ago

You can see here what I mean: https://blogs.msdn.microsoft.com/visualstudio/2016/03/30/build-ionic-apps-in-minutes-with-vs-code/ (Building with ionic - 2nd image)