Go To File
Ctrl+Shift+N
ReSharper_GotoFile
The Go To File 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 UpArrow and DownArrow and the 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'.
This feature is supported in the following languages/technologies:
C# | VB.NET | C++ | HTML | ASPX | Razor | JavaScript | TypeScript | CSS | XML | XAML | RESX | Build Scripts | Protobuf | 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.
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
- Go to Previous Edit
- Go to Next/Previous Member
- Go to Containing Declaration
- Navigation from Symbols
- Navigate To
- Finding Usages
- Context-Dependent Navigation
- Navigating to Recent Locations
- Structural Search and Replace
- CamelHumps