JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Navigate inheritance hierarchy with gutter marks

Last modified: 17 November 2021

For types and type members that have base symbols or inheritors elsewhere in the solution and referenced assemblies, JetBrains Rider shows gutter icons that let you navigate up and down the inheritance hierarchy:

JetBrains Rider: Gutter icons and tooltips for base and implementing/overriding types and members

The following icons indicate base symbols and inheritors in different cases:

You can hover the mouse to see the quick summary and click icons to navigate. If there is a single base or inherited symbol, JetBrains Rider will navigate directly to that symbol; if there are multiple results, you will be able to choose the target from the list.

If you prefer using the keyboard, set the caret at a line that has a gutter mark, press Alt+Enter, and pick the navigation action from the menu. Alternatively, you can use the dedicated navigation commands:

  • Go to Base Symbols Alt+Home to navigate to base types or members.

  • Go to Derived Symbols Ctrl+F12 to list all derived symbols for a type or a member and navigate directly to one of them.

  • Go to Implementation Ctrl+F12 to find actual implementations of types and members bypassing intermediate steps in the inheritance hierarchy.