ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Go to File Member

Last modified: 23 September 2024

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

You can also use this command to search text in the current document — textual matches will appear in the popup after the matching members.

If you want to search only for constructors, enter new or ctor (with trailing space) in the search field as a filter.

ReSharper: Go to File Member. Constructors

To show only members with a specific access modifier, type this modifier. For example, type private to show private members

ReSharper: Go to File Member. Access modifiers

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

You can also use wildcards when specifying the name: '*' (asterisk) represents zero or more characters.

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For more information about other languages, refer to corresponding topics in the Languages and frameworks section.