JetBrains Rider 2023.2 Help

Navigate and search

JetBrains Rider enables you to find your way through the source code using the declarations, members, method calls, inheritance hierarchy, errors, and so on as well as through IDE items like actions, settings, and tool windows.

The scope of navigation and search is not limited to files of your solution: if necessary, you can include symbols from referenced libraries in your navigation or search results.

Depending on your task, different sets of JetBrains Rider's navigation and search features may help you:

  • If you need to find anything in your solution or referenced libraries by name, study the commands in the Search by name section.

  • If you need to go to any items related to the current code symbol, study the commands in the Navigate from symbols section.

  • JetBrains Rider also provides a general-purpose Navigate To shortcut that groups all navigation options available from the current caret position. For more information about this shortcut, refer to Navigate To section.

  • If you want to find usages of a particular symbol in the current file, project, solution, or referenced libraries, study the commands in the Find Usages section.

  • Depending on the current caret position in the editor, JetBrains Rider can suggest a lot of relevant navigation options. For more information about these options, refer to Navigate current context.

Besides, JetBrains Rider provides other means of navigation:

  • For types and type members that have base symbols or inheritors elsewhere in the solution and referenced assemblies, JetBrains Rider shows gutter icons that let you navigate up and down the inheritance hierarchy:

    JetBrains Rider: Gutter icons and tooltips for base and implementing/overriding types and members

    For more information, refer to Navigate inheritance hierarchy with gutter marks.

  • The Structure window that represents the structure of the current file retaining navigation features. For more information, refer to Navigate file by its structure.

  • The TODO items that help you and your teammates organize your work in a convenient manner and easily retrieve positions in the source code that require attention. For more information, refer to TODO lists.

Shortcuts for navigation and search commands

Find everything

Navigate To...

Control+Shift+G

Find Usages

Alt+F7

Go to Declaration or Usages

Control+B

Go to Type Declaration

Control+Shift+B

Show Usages

Control+Alt+F7

Go to Super Method

Control+U

Go to Implementation(s)

Control+N, K

Go to Derived Symbols

Control+Alt+B

Highlight Usages in File

Control+Shift+F7

Context navigation

Next Method

Alt+ArrowDown

Previous Method

Alt+ArrowUp

Go to Line/Column...

Control+G

Switcher

Control+Tab

Select In...

Alt+F1

Locate/Select in Solution View

Control+J, P

Recent Files

Control+E

Recently Changed Files

Control+N, E

Last Edit Location

Control+Shift+Backspace

Back

Control+Alt+ArrowLeft

Forward

Control+Alt+ArrowRight

Select Next Tab

Alt+ArrowRight

Select Previous Tab

Alt+ArrowLeft

Toggle Anonymous Bookmark

F11

Toggle Bookmark with Digit

Control+Shift+com.jetbrains.webhelp.shortcuttery.shortcuts.Key$Custom@2ee0babd

Toggle Bookmark with Mnemonic

Control+F11

Show All Bookmarks

Shift+F11

Go to Bookmark with Digit

Control+com.jetbrains.webhelp.shortcuttery.shortcuts.Key$Custom@4ecd603d

Show Mnemonic Bookmarks

Control+Shift+F11

Go to Next Bookmark

Control+J, X

Go to Previous Bookmark

Control+J, Z

Show Bookmarks window

Alt+2

Show Structure window

Alt+7

Show Find window

Alt+3

Next Occurrence

Control+Alt+ArrowDown

Previous Occurrence

Control+Alt+ArrowUp

Last modified: 08 September 2023