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

Summary: Simple keybinding needed for Class Hierarchy display
Product: editor Reporter: Geertjan Wielenga <geertjan>
Component: Key bindingsAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.