This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 233891

Summary: AngularJS autocomplete doesn't seem to work in Javascript?
Product: javascript Reporter: digitman222
Component: LibrariesAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: normal CC: vriha
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description digitman222 2013-08-03 15:25:54 UTC
While AngularJS autocomplete works OK in html tags, e.g ones with ng- prefix, inside javascript files however, there seems to be no autocomplete.

E.g if I do:

angular.m

I only see the autocomplete option angular.mockup(), but not angular.module() which is a far more commonly used feature. Similarly there's no autocomplete chaining methods like .factory(), .config() etc with angular.module().
Comment 1 Vladimir Riha 2013-08-03 19:21:11 UTC
It is not supported. If you have non-minified angular.is in your project, you could get at least some completion, but l haven't tried it.
Comment 2 digitman222 2013-08-03 19:32:03 UTC
I have non minified and only get very little completion. Please consider adding this as other IDEs e.g JetBrain have this feature.