JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Go to File Member

Last modified: 22 September 2022

Navigate | File Member

Alt+\

You can use this command to quickly navigate to a particular method, field, property in the current document (which can be a source file or a file reconstructed by decompilation).

If you want to search only for constructors, enter new or ctor (with trailing space) in the search box as a filter. To show only members with a specific access modifier, type this modifier. For example, type private to show private members

Case-insensitive CamelHumps is supported here: for example, if there is a member FindAction in your file, you can find it by typing 'fa' or 'FA' in the search box.