ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Go to Text

Last modified: 23 September 2024

Ctrl0T 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 Ctrl0T — ReSharper will show textual occurrences matching the query string at the bottom of the result 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 .

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.

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For more information about other languages, refer to corresponding topics in the Languages and frameworks section.