Search by name
ReSharper can bring you to any code item or file or even any matching text in a few keystrokes. The scope of the navigation includes symbols and files in your entire solution as well as all assemblies referenced in the projects of your solution.
To use the unified access to all search results, press Ctrl0T to display a popup where you can start typing and find code items in your solution that matches your input.
If you want to limit your search to types (classes, interfaces, structs or enums), press Ctrl0T twice .
If you want to find anything by a plain textual match, press Ctrl0T three times.
If you want to search symbols (types, methods, properties, fields, and so on) - press AltShift0T.
You can also only search for files by pressing CtrlShift0T.
ReSharper also lets you jump to types and type members in the current file by typing their names after pressing Alt0\.
After invoking any of the above commands, start typing the target item, its CamelHumps abbreviation, and/or wildcards. The list of matched items will narrow down as you type and the most probable candidates are shown closer to the top of the list.
As soon as the target item appears in the list, you can choose it 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
, press Shift+Enter or + on the numeric keypad .
tip
Press Ctrl0T subsequently to iterate between 'Search Everywhere', 'Go to Type', and 'Go to Text' commands.
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. For example, you can select a filename in a string and then press CtrlShift0T to search for files in your solution that match this name.
tip
You can exclude files, folders, and file masks from navigation results. To do so, specify these items in the Elements to skip section on the Environment | Search & Navigation page of ReSharper options Alt+R, O.