Go to Base

ReSharper allows users to navigate quickly to the declarations of base classes or overridden methods. Place the caret at the desired code item in the editor and press Ctrl + U keyboard shortcut or select ReSharper | Go To | Base menu item from the main menu. The source file will be opened and the caret will be positioned at a base type method/declaration of the selected method/type. If the file with this item is closed it will be opened in a new tab. For library items, the corresponding entity will be displayed in the Object Browser window.

See Also

Code Navigation