dotPeek 2017.2 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: 14 December 2017

See Also