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

Go to Base Symbols

Last modified: 22 September 2022

This command allows you to navigate up the inheritance hierarchy to a base type or method of the current symbol. You can invoke this command from the Assembly Explorer, File Structure, and other tool windows.

Navigation in the opposite direction is available with the Go to Derived Symbols and Go to Implementation commands.

For types that inherit from other types or implement interfaces and for members that override, implement, or hide members from base types, dotPeek displays special gutter icons (for example, Themed icon overrides screen gray). Hover the mouse over the icon to see the base symbols and to navigate up the inheritance hierarchy.

dotPeek: Navigate to base symbols from code viewer gutter

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.