dotPeek 2021.1 Help

Navigate To Function Exits

Navigate | Navigate To | Function Exit(s)
Control+Shift+G | Function Exit(s)

This command provides you an easy way to navigate to exit points of a function. You can find this command if you invoke Navigate To on the name of a function, getter or setter of a property, the name of constructor, return and throw statements.

dotPeek treats return and throw statements as well as the closing bracket for functions with void return type as function exits.

If there is only one exit point, dotPeek navigates directly there. If there are several exit points, each of them is highlighted with blue.

Navigating to function exits

Note that by default, dotPeek automatically highlights all context exits when you set the caret at one of them.

dotPeek highlights context exits

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

Last modified: 08 March 2021