JetBrains Rider 2018.2 Help

Go to Symbol

Navigate | Symbol...
Ctrl+Shift+Alt+T

This command allows searching by name for any code symbol within symbols and files in your entire solution as well as all assemblies referenced in the projects of your solution.

Note that this command works in global scope, i.e. you do not need to bring your focus to the editor editor to invoke it.

To navigate to a symbol

  1. Press Ctrl+Shift+Alt+T or choose Navigate | Symbol... from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.

  2. In the Enter symbol name pop-up that appears, start typing the item name. As you type, the lookup list narrows down, suggesting names that match the entered substring.

  3. Optionally, select Include non-solution symbols or press Ctrl+Shift+Alt+T to display matching items from libraries referenced in the solution.
    By default, as long as your input matches something in your solution, only solution items are displayed. If there are no matches for your input in the solution, JetBrains Rider starts looking for matching library types automatically.

  4. Do one of the following:
    • Click on the desired item to open it in the editor.

    • Select the desired item by pressing Up and Down and then press Enter to open it in the editor.

    • To view and analyze the list of matched items in the Find Results window, click Show in Find Results ThemedIcon SearchResults Screen Gray , press Shift+Enter or + on the numeric keypad.

Last modified: 21 December 2018

See Also