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 262467 - Show angular modules in the navigator
Summary: Show angular modules in the navigator
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 13:26 UTC by Christian Lenz
Modified: 2016-06-17 13:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Netbeans Navigator (44.27 KB, image/png)
2016-06-17 13:26 UTC, Christian Lenz
Details
WebStorm Navigator (Structure) (41.36 KB, image/png)
2016-06-17 13:26 UTC, Christian Lenz
Details
More angular stuff (48.07 KB, image/png)
2016-06-17 13:41 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-06-17 13:26:03 UTC
Created attachment 160083 [details]
Netbeans Navigator

It would be nice to see the AngularJS modules (Main Module: myModule, Sub Module: mySubModule) inside the navigator. As you compare the 2 screenshots (Netbeans Navigator and WebStorm Navigator) WebStorm shows you the main module and the submodule. It would be nice to have this, to find your main module name if you have a long file and an opened navigator.


Cheers

Chris
Comment 1 Christian Lenz 2016-06-17 13:26:33 UTC
Created attachment 160084 [details]
WebStorm Navigator (Structure)
Comment 2 Christian Lenz 2016-06-17 13:41:11 UTC
Created attachment 160085 [details]
More angular stuff

As you can see, you see more objects, properties, what the WebStorm structure can show me. Netbeans only shows ProductSortingCtrl and rouceConfig.