Go To File
Navigate | Go To File
CtrlShift0T
This command lets you quickly find and open any file within the current solution.
Note that this command works in global scope, that is you do not need to bring your focus to the editor to invoke it.
Press CtrlShift0T or choose Navigate | Go to File... from the main menu. Alternatively, you can press Ctrl0Q, start typing the command name in the popup, and then choose it there.
In the Enter file name popup that appears, start typing the item name. As you type, the lookup list narrows down, suggesting names that match the entered substring.
If you have a full or a relative path to a solution file in the clipboard — for example, if you copied it from a CLI server — you can paste the path to the input field of the popup.
To specify a line in the searched file, type it after a
:
(colon).Optionally, select Include non-solution files or press CtrlShift0T to include external files and folders to the search results.
note
Whenever collecting items to match the entered string takes significant time, JetBrains Rider displays an hourglass icon
to the right of your search string. Substantial delays are to be expected when performing search before JetBrains Rider processes the solution completely.
Case-insensitive CamelHumps is supported here: for example, you can easily find LocalElementConflictSearcher.cs by typing "LecS".
You can also use wildcards when specifying the file name: '*' (asterisk) represents zero or more characters; '+' (plus) represents one or more characters.