AngularJS Tools - plugin detail
Code completion for AngularJS HTML files

Plugin owner: |
mdolk |
Website: |
https://github.com/mdolk/angular-netbeans-plugin |
Added: |
2011-10-10 |
License: |
GNU General Public License, version 2 |
Category: |
Web Applications |
Downloaded: |
37,680 times |
Rating: |
|
Plugin Log |
Show log
2011-11-06 08:14:54 | kudzu | Vote cast by kudzu for AngularJS Tools, UC 7.0, vote value: 1; verification overall status recalculated: 1 (0 NoGos, 3 Gos of 7 requests, therefore overal GO) | 2011-10-22 18:18:00 | senthilsource | Vote cast by senthilsource for AngularJS Tools, UC 7.0, vote value: 1; verification overall status recalculated: 1 (0 NoGos, 2 Gos of 9 requests, therefore overal GO) | 2011-10-18 20:34:04 | mcreps | Vote cast by mcreps for AngularJS Tools, UC 7.0, vote value: 1; verification overall status recalculated: 0 (0 NoGos, 1 Gos of 9 requests, therefore overal Undecided) | 2011-10-13 06:23:37 | mdolk | Plugin edited, id:40296, pubid:40296 | 2011-10-13 06:23:37 | mdolk | New thumbnail image added | 2011-10-13 06:23:36 | mdolk | Plugin edit initiated | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier senthilsource, with id: 40312 | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier nbadmin, with id: 40311 | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier mmirilovic, with id: 40310 | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier mcreps, with id: 40309 | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier kudzu, with id: 40308 | 2011-10-12 16:25:26 | mdolk | Verification request registered for verifier jpirek, with id: 40307 | 2011-10-12 16:25:25 | mdolk | Verification request registered for verifier jkovalsky, with id: 40306 | 2011-10-12 16:25:25 | mdolk | Verification request registered for verifier jhalupka, with id: 40305 | 2011-10-12 16:25:25 | mdolk | Verification request registered for verifier ccristi, with id: 40304 | 2011-10-12 16:25:24 | mdolk | Verification registered for version 7.0, with id: 40303 | 2011-10-12 08:28:03 | jkovalsky | Plugin published | 2011-10-10 16:57:49 | mdolk | Plugin edited, id:40296, pubid:40296 | 2011-10-10 16:57:49 | mdolk | Plugin edit initiated | 2011-10-10 16:33:32 | mdolk | Plugin edited, id:40296, pubid:40296 | 2011-10-10 16:33:32 | mdolk | New full image added | 2011-10-10 16:33:32 | mdolk | Plugin edit initiated | 2011-10-10 16:30:23 | mdolk | Plugin saved with .nbm/zip file; id: 40296 |
|
|
Versions available
|
Download size: 0.03 MB
|
Last Update: 2011-10-13
|
This plugin is also available on the NetBeans Plugin Portal Update Center. Use 'Tools > Plugins' action from the NetBeans IDE main menu for convenient installation of this plugin
What's new in this version
Changelog
Verifications for NetBeans versions
Decisions of individual verifiers for AngularJS Tools plugin for NetBeans IDE 7.0
Comments
Introduction
Note! You need a non-minified version angular-x.y.z.js somewhere in your project for the plugin to work!
Provides AngularJS aware code completion in HTML editor by scanning project's js-files looking for @ngdoc-tags in comments.
Currently support auto completion for:
- Directives
- Attribute widgets
- Element widgets
|
[ You have to be logged in to be able to comment. ]
User Comments
Thanks
Working great!!!
Posted by ufc on Oct 07, 2016
Partially works in 7.3
I just loaded up the plug-in just to see if the really doesn't work, and while it doesn't work completely, it does work to some extent. It isn't an all or nothing situation. I'm able to see auto-complete/suggestions as I type, but in some cases they were missing. Now the AngularJS lib you select says it is version 1.0.2, even though it loads 1.0.6, so that maybe the problem.
I don't know if it was fully featured to begin with so I cannot comment if it is worse than before.
Note: I am able to set break points and debug within the IDE.
doesn't not work with netbeans 7.3
this plugin need to update to support 7.3
It doesn't work in 7.3
All completion hints are like: directive:ngApp="", but it should be ng-app="".
So...it doesn't work with NetBeans 7.3 and AngularJS 1.0.6
Posted by zmirc on Apr 20, 2013
re: non-minified version angular-x.y.z.js
It refers to a version of the AngularJS source code which is not stripped of comments and redundant whitespace.
Minified versions allow for faster downloads for production code.
non-minified version angular-x.y.z.js
This might be a silly question but what is meant by "You need a non-minified version angular-x.y.z.js somewhere in your project for the plugin to work!" and how do I achieve it?
|