26.13.11 Type Hierarchy ViewThe
Type Hierarchy View presents the OOP inheritance and members of composite types.
Position the cursor on the element name and press
F4 or
right click and choose
Type Hierarchy from the menu.
The Type Hierarchy View is automatically opened at any invocation. You can also open it from
Window > Show View > Other... > DVT > Type Hierarchy.
You can use
CamelCase or
Simple Regex to locate a specific element.
26.13.11.1 Quick Type Hierarchy ViewYou can quickly inspect and jump to a specific parent or child in the hierarchy. Press
Ctrl+T with the cursor positioned on the element name.
The
Quick Type Hierarchy View will pop-up and present a filterable list with all of the selected element's hierarchy.
You can use
CamelCase or
Simple Regex to locate a specific element.
Select and press
Enter or
click to jump to the corresponding source location.
Tip: While the
Quick Type Hierarchy View is open you can press
Ctrl+T to switch between
Full type and
Supertype hierarchy.
|