View type hierarchy
Use the Type Hierarchy view to see the type hierarchy of a class.
To view the type hierarchy of a class:
- Right-click a class in the code editor.
- Select Open Type Hierarchy or select Ctrl+Shift+T.

To navigate in the type hierarchy, double-click a class or select it. The definition of the selected class opens in the code editor.
The view highlights instances of the selected class.