coderushforroslyn-115796-navigation-and-search-tools-searching-for-a-code-symbol.md
CodeRush provides the Jump to Symbol window that allows you to navigate to an identifier from any code place.
This feature works in C#, Visual Basic, TypeScript, and JavaScript code.
Invoke the Jump to Symbol window.
Type a symbol’s name or a part of it in the search field.
Use the mouse or arrow keys to select an item in the search result list.
Double-click the item or press Enter.
Invoke the Jump to Symbol window in the code editor (see the section above on how to do it).
Type a symbol’s name or a part of it in the search field.
Click the “Display data in a separate window” button.
Select the item in the search result list. CodeRush navigates to the identifier declaration in the code editor.
Press the Ctrl key to switch to filter mode in the invoked Jump to Symbol window.
Note
Press Ctrl again to get back to the search mode.
You can filter the search result list by the following criteria:
Scope
Types
Members
Access modifier
Use the mouse or corresponding keyboard shortcuts listed in the menu to change options.
You can specify a default filter for the Jump to Symbol window that CodeRush uses to filter search results. Refer to How to: Search for Code Symbols of a Certain Kind for more information.
You can customize the Jump to Symbol window in the Navigation | General options page.
For more information, see Navigation Tools Options.
See Also