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 210418 - Simple keybinding needed for Class Hierarchy display
Summary: Simple keybinding needed for Class Hierarchy display
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 10:56 UTC by Geertjan Wielenga
Modified: 2012-04-05 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geertjan Wielenga 2012-03-30 10:56:06 UTC
Accessing the "Class Hierarchy" view is not easy:

https://blogs.oracle.com/geertjan/entry/what_extends_jcomponent

In Eclipse, pressing F4 on the class name is all that is needed. Should be just as simple in NetBeans.
Comment 1 Svata Dedic 2012-04-05 08:53:13 UTC
Note that in IDEA, the user also needs >= 2 keystrokes: CTRL-H to open the hierarchy view, then select supertype/subtype hierarchy as needed. Shortcuts for changing the hierarchy are even not assigned by default (actions are available for assignment though).

I believe for short task, a workaround CTRL-ALT-B (Go To implementation) is enough. For hierarchy inspection or browsing (not so often task), 2 keystrokes are acceptable.