JetBrains Rider 2024.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.

By default, navigation to text is integrated into Search Everywhere Ctrl+N, G or double Shift — JetBrains Rider will show textual occurrences matching the query string at the bottom of the result list, after all matching types, symbols, and files. Switch to the Text tab to show only textual matches and ignore other results. 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 , press Shift+Enter or + on the numeric keypad .

Last modified: 11 February 2024