JetBrains Rider 2022.1 Help

Go to Text

This navigation command lets you quickly find and navigate to any textual matches in your solution. Besides files of supported languages, the matching items will be found in files of any textual format.

Navigation to text is integrated into Search Everywhere F1 or double Shift — JetBrains Rider will show textual occurrences matching the query string in the end of the results list, after all matching types, symbols, and files. You can disable this behavior by clearing Show text search results in Search Everywhere on the Advanced page of JetBrains Rider settings .

Navigate to a text occurrence in code and textual files

  1. Press Ctrl+Alt+Shift+E or choose Navigate | Text... from the main menu.

  2. In the popup that appears, start typing text you want to find. As you type, the lookup list narrows down, suggesting entries that match the entered text.

  3. If some text is selected in the editor or copied to the clipboard , it appears in the search field.

  4. By default, the text field is case-insensitive here. If necessary, click Match case Match case to make the search case-sensitive.

  5. Do one of the following:

    • Click 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 window, click Open in Find Tool Window App actions move to bottom left, press Shift+Enter or + on the numeric keypad .

Last modified: 22 July 2022