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 256645 - Add AngularJS module names into "Navigate -> Goto Symbol ..."
Summary: Add AngularJS module names into "Navigate -> Goto Symbol ..."
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-17 13:59 UTC by elennaro
Modified: 2015-11-17 13:59 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 elennaro 2015-11-17 13:59:22 UTC
Say i have somewhere:

controller('MyController', ['$scope', function ($scope) {...}])
or:
service('MyService', ['otherService', function (otherService) {...}])

etc...

It would be very nice to be able to find "MyController" and "MyService" by names in "Navigate -> Goto Symbol ...".