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 254143 - Please add feature to navigate to grunt task deklarations
Summary: Please add feature to navigate to grunt task deklarations
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 07:57 UTC by Christian Lenz
Modified: 2015-08-05 08:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (161.99 KB, text/plain)
2015-08-05 07:57 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2015-08-05 07:57:42 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 10 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Comment 1 Christian Lenz 2015-08-05 07:57:50 UTC
Created attachment 155180 [details]
IDE log
Comment 2 Christian Lenz 2015-08-05 08:03:04 UTC
In grunt you can register tasks most down below, for example build. Build will call a lot of tasks like clean, uglify and so on. What I would like to have is that I can navigate to the task deklaration when I press a shortcut or do ctrl + mouse click.
What I expect is when I click on the task minify, that the editor should jump to the task deklaration of minify.