JetBrains Rider 2018.1 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, 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

  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 pop-up, and then choose it there.
  2. In the Enter file 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.
  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: 20 August 2018

See Also