JetBrains Rider 2019.3 Help

Go To File

Navigate | Go To File
Ctrl+Shift+T

This command navigates you to any file within.

Note that this command works in global scope, that is you do not need to bring your focus to the editor to invoke it.

Go to a file in the current solution

  1. Press Ctrl+Shift+T or choose Navigate | File... from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.

  2. 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.

  3. Optionally, select Include non-solution files or press Ctrl+Shift+T to include external files and folders to the search results.

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 name: '*' (asterisk) represents zero or more characters; '+' (plus), ':' (semicolon), '.' (dot), and '\' (backslash) separate parts of the type's fully qualified name.

Last modified: 16 April 2020