dotPeek 2019.1 Help

Navigate To Parameter Declaration

Navigate | Navigate To | Parameter Declaration
Ctrl+Shift+G | Parameter Declaration

This command navigates from an argument in a method call to the the corresponding parameter in the declaration of the matching overload of this method.

The command becomes available when you invoke Navigate To on a method call argument.

Navigation and Search Navigating to Parameter Declaration 01
This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.
Last modified: 1 July 2019

See Also