ReSharper 2019.2 Help

Find Actions and Options

ReSharper | Navigate | Go to Action…
Ctrl+Shift+A
ReSharper_GotoAction

ReSharper helps you quickly find and apply any of its actions, without digging through the menu. By an action, we mean an executable command available for the current caret position or any global command, for example, a command that opens a tool window.
You can also find and navigate to options pages.

To find and execute an action or open an options page

  1. Do one of the following:

    • Press Ctrl+Shift+A.

    • While the focus is in the editor, press Alt+Enter.

  2. If you press Alt+Enter, you will see one of the two popups depending on your caret position:

    • If your caret is at a highlighted code issue or at any symbol where ReSharper can suggest a context action (in other words, if you see an action indicator to the right of your caret position), the action list appears.

      Action list

    • If your caret is elsewhere in the editor, the action search popup appears with the list of recently used actions.

      Navigating to action

  3. In both cases, you can start typing the name of an action or an options page, or try any related words. For example, you can type property to find actions related to type members:

    Selected actions

  4. If the desired action appears in the list, you can execute it by clicking on it or selecting it with arrow keys and pressing Enter.

Last modified: 18 November 2019