ReSharper 2022.1 Help

Go to Text

Control+N 3 times

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. This command generally works much faster than Visual Studio's native Find in Files command, but as a downside, it does not support regular expressions.

By default, navigation to text is integrated into Search Everywhere Control+N — ReSharper 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 Integrate Go to Text into Search Everywhere on the Environment | Search & Navigation page of ReSharper options .

Navigate to a text occurrence in code and textual files

  1. Press Control+N 3 times or choose ReSharper | Navigate | Go to Text… from the main menu.

  2. In the Find text 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 you have navigated with this command during your current Visual Studio session, the last 10 strings you used for search appear in the 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. Optionally, you can type the following filters before or after the search query:

    • /ext: - to limit the search to files with specific extension, for example, /ext:cs

    • /fm: - to limit the search to files matching specific mask, for example, /fm:I*.cs

    • /cp - to limit the search to files in the current project.

    • /. - to limit the search to files in the current folder.

  6. 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 Results window, click Show in Find Results Themed icon search results screen gray, press Shift+Enter or + on the numeric keypad .

  7. The selected search result can be opened either in the normal editor tab or in the Preview tab. To always open the results in the Preview tab, select Open new files in preview tab from everywhere on the Environment | Search & Navigation page of ReSharper options and make sure that it is also enabled in Visual Studio options.

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

By default, ReSharper enables fuzzy search, so that it takes into account various typos and missing words.

Fuzzy search results are displayed in a separate section of the result set:

ReSharper: Fuzzy text search. Typos in the query

Since Go to Text searches all text, you can also search source code with it — even if your search is not an exact match:

ReSharper: Fuzzy text search. Occurrences in the  code

Fuzzy search also helps looking for strings that contain format specifiers or use string interpolation:

ReSharper: Fuzzy text search. Results with format specifiers

If you want only direct matches in the search results, you can disable fuzzy search by clearing the Fuzzy results in Go to Text checkbox on the Environment | Search & Navigation page of ReSharper options (Alt+R, O).

This feature is supported in the following languages and technologies:

Language: C#

Language: VB.NET

Language: C++

Language: HTML

Language: ASP.NET

Language: Razor

Language: JavaScript

Language: TypeScript

Language: CSS

Language: XML

Language: XAML

Language: Resx

Language: Build Scripts

Language: Protobuf

Language: JSON

Feature is available in C#

Feature is available in Visual Basic .NET

Feature is available in C++

Feature is available in HTML

Feature is available in ASP.NET

Feature is available in Razor

Feature is available in JavaScript

Feature is available in TypeScript

Feature is available in CSS

Feature is available in XML

Feature is available in XAML

Feature is available in Resource files

Feature is available in build script files

Feature is available in Protobuf

Feature is available in JSON

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: 21 July 2022