dotPeek
 
Get dotPeek

Go to Base Symbols

Last modified: 23 September 2024

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 window, 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, ThemedIcon.Overrides.Screen.(Gray).png). Hover 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.