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

Summary: Please add feature to navigate to grunt task deklarations
Product: javascript Reporter: Christian Lenz <chrizzly>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: IDE log

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.