Go To File
Ctrl+Shift+N
ReSharper_GotoFile
This command navigates you to any file within the current solution.
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 go to a file in the current solution
- In the main menu, choose or press Ctrl+Shift+N.
- In the Enter file or folder name pop-up that appears, start typing the item name. As you type, the lookup list narrows down, suggesting names that match the entered substring.
- 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
or press + on the numeric keypad.
You can narrow down the list of items using CamelHumps. It is case-insensitive, so there is no difference between 'iconfse' and 'IConfSe'.
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 page of ReSharper options. When this option is selected, ReSharper will also use your selection in the editor as the search string. For example, you can select a file name in a string and then press Ctrl+Shift+N to search for files in your solution that match this name.
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 details specific to other languages, see corresponding topics in the ReSharper by Language section.
See Also
Procedures:
- Go to Everything/Type
- Go to File Member
- Go to Symbol
- Go to Base Symbols
- Go to Derived Symbols
- Go to Declaration
- Go to Implementation
- Go to Type of Symbol
- Go to Usages of Symbol
- Navigating to Recent Locations
- Go to Next/Previous Member
- Go to Containing Declaration
- Navigation from Symbols
- Navigate To
- Finding Usages
- Context Navigation
- Navigating to Recent Locations
- Structural Search and Replace
- CamelHumps