dotPeek 2017.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.

/help/img/dotnet/2017.1/Navigation_and_Search__Navigating_to_Parameter_Declaration_01.png

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

Last modified: 24 August 2017

See Also