Go to File Member
Ctrl+F12
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).
Navigate to a file member
Press Ctrl+F12 or choose
from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.In the Enter member name popup that appears, start typing the item name. As you type, the lookup list narrows down, suggesting members whose names match the entered substring. Below matching members, matching textual occurrences will appear.
Optionally, select Include base members or press Ctrl+F12 if you want to include members from base classes, members from other parts of this class (in case this class is partial), or from other referenced files.
Do one of the following:
Click the desired item to open it in the editor.
Select the desired item by pressing Up and Down and then press Enter to open it in the editor.
To view and analyze the list of matched items in the Find window, click Open in Find Window , press Shift+Enter or + on the numeric keypad.
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.