View type hierarchy

Use the Type Hierarchy view to see the type hierarchy of a class.

To view the type hierarchy of a class:

  1. Right-click a class in the code editor.
  2. Select Open Type Hierarchy or select Ctrl+Shift+T.

Type Hierarchy view

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.