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 - AngularJS autocomplete doesn't seem to work in Javascript?
Summary: AngularJS autocomplete doesn't seem to work in Javascript?
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal with 3 votes (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 15:25 UTC by digitman222
Modified: 2014-10-06 13:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.