Navigation Tool Settings
You can configure the Navigation tools on the Navigation | General options page.
CodeRush includes the following options to configure navigation tools:
Show Recent Items
Enable this option if you want CodeRush to display the list of recent navigation targets in the Jump to Everything, Jump to Symbol, and Jump to File windows.
Always invoke Navigation windows centered
With this option enabled, CodeRush displays the Jump To window at the center of the screen.
Use the identifier under the caret as an initial filter in the Jump to Symbol window
To see this option in action, follow the following steps:
- Switch to code
- Place the caret over an identifier.
- Use the Ctrl+Shift+Q shortcut to open the Jump to Symbol window.
CodeRush displays the identifiers list in the Jump To Symbol window filtered by the identifier under the caret.
Navigate to Decompiled Code
When you navigate to declarations located in referenced assemblies, CodeRush uses Visual Studio’s mechanism to display metadata.
If you enable the “Navigate to decompiled code” option, CodeRush pre-decompiles the class code to which to navigate and you can see code for members.