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

Summary: Add AngularJS module names into "Navigate -> Goto Symbol ..."
Product: web Reporter: elennaro
Component: AngularJSAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal CC: ppisl
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 ...".