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 268042 - Please add feature to navigate through angular dependencies
Summary: Please add feature to navigate through angular dependencies
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 13:32 UTC by Christian Lenz
Modified: 2016-09-16 11:55 UTC (History)
0 users

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 Christian Lenz 2016-09-15 13:32:51 UTC
In WebStorm it is really handy and nice, that it is possible to ctrl + click on a dependency inside angular.module("myModule", ["module.module.whatever"]), you can navigate to it. WebStorm will open the file where the module was created/declared. In NetBeans, you can ctrl + click on it too, it gets underlined and you can click, but nothing happens. If this feature is already implemented and not working anymore, please set it to DEFECT.


Cheers

Chris
Comment 1 Christian Lenz 2016-09-16 11:55:14 UTC
WebStorm shows all occurencies like for classes or ids in html, so that I can navigate to them which I really want.