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 267375

Summary: Please add feature to peek/view definitions inline
Product: editor Reporter: Christian Lenz <chrizzly>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2016-08-01 08:30:46 UTC
In visual studio there is a feature called "peek to definition (alt + F12), see here the result: https://blogs.msdn.microsoft.com/visualstudio/2016/07/29/visual-studio-hidden-gems/ (Scroll to peek to definition). This feature shows you the definition of a symbol/method/whatever right inside in a small inline window inside the current editor. The same is available in IntelliJ called view definition: https://www.jetbrains.com/help/idea/2016.1/viewing-definition.html. This feature would be very handy and cool to have it in netbeans so that you not have to go to the definition without switching the context. You will be in the exact same context as before and you will not leaving it.


Cheers

Chris
Comment 1 Christian Lenz 2016-10-27 12:36:33 UTC
Same was implemnented in visual studio code: https://code.visualstudio.com/docs/editor/editingevolved#_peek
Comment 2 Christian Lenz 2016-10-27 12:37:18 UTC
And in brackets too: http://brackets.io/ but only for CSS inside html, to not only view the definition, you can change it right inside it too.