ReSharper 2016.3 Help

Go to Text

ReSharper | Navigate | Go to Text…
ReSharper_GotoText

Ctrl+N 3 times

This navigation command lets you quickly find and navigate to any text in source and textual files of your solution. Besides files of supported languages, you can locate text in content files of the following types: .bat, .ps1, .md, .txt, .sql, .rb, .php, .py, .java, .jsp, .kt, .ini, .fx, .less, .hbs, .coffee, .scss, .dart, .as, .styl. This command generally works much faster that Visual Studio's native Find in Files command, but as a downside, it does not support regular expressions.

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

To navigate to a text occurrence in code and textual files

  1. Press Ctrl+N 3 times or choose ReSharper | Navigate | Go to Text… in the main menu
  2. In the Find text pop-up 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 you have navigated with this command during your current Visual Studio session, the last 10 strings you used for search appear in the drop-down list while the search field is empty.
    If some text is selected in the editor or copied to the clipboard from Visual Studio, it appears in the search field.
  4. By default, the text field is case-insensitive here. If necessary, click Match case to make the search case-sensitive.
  5. 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 /help/img/dotnet/2016.3/ThemedIcon.SearchResults.Screen.[Gray].png or press + on the numeric keypad.

ReSharper can optionally remember the last input that you used to find something with Go to Everything/Type, Go To File, and Go to Text actions. To enable this behavior, select Remember last search on the Environment | Search and Navigation page of ReSharper options. When this option is selected, ReSharper will also use your selection in the editor as the search string.

This feature is supported in the following languages/technologies:

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.

Last modified: 12 October 2017

See Also