JetBrains Rider
 
2024.3
Get JetBrains Rider

Go to Class

Last modified: 11 February 2024

Navigate | Go to Class...

This command lets you navigate to any type (class, interface, struct or enum) in symbols and files in your entire solution as well as all assemblies referenced in the projects of your 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.

If the item you navigate to belongs to the current solution, JetBrains Rider opens the corresponding file in the editor and places the caret at the symbol declaration. If it is in referenced libraries, JetBrains Rider navigates according to the settings defined on the Tools | External Symbols page of JetBrains Rider settings CtrlAlt0S.

Case-insensitive CamelHumps is supported here: for example, you can type "ch" instead of "ColorHelper".

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.