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 - Please add feature to peek/view definitions inline
Summary: Please add feature to peek/view definitions inline
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-01 08:30 UTC by Christian Lenz
Modified: 2016-10-27 12:37 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-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.