Upcoming Enhancements in AngularJS Integration in NetBeans IDE

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Mon, 11 Nov 2013 23:19:12 +0000 Indexed on 2013/11/12 4:04 UTC
Read the original article Hit count: 274

Filed under:

New bleeding edge enhancements in AngularJS support in NetBeans IDE enable many more controllers to be found than in NetBeans IDE 7.4. The next version of NetBeans IDE parses all JavaScript files and checks for defined AngularJS controllers, such as the below:

All recognized AngularJS controllers are offered in code completion, as shown below.

In other words, code completion works better in finding AngularJS controllers.

Another improvement is in the "Go To Declaration" feature. When you click Ctrl+Mouse over the name of a controller inside an NG-controller directive, you will be navigated to the related controller declaration.

More accurate results can be shown in code completion mainly because there are changes in the generation of JavaScript virtual sources in an AngularJS page.

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE