JetBrains Rider 2017.2 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... in the main menu.
  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.

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: 27 December 2017

See Also