ReSharper 2018.3 Help

Configuring Keyboard Shortcuts

All ReSharper actions can be invoked with keyboard shortcuts. Most of the actions have default shortcuts, which you can use out of the box. For the rest of the actions, you can assign a preferred shortcut keys if needed.

ReSharper provides two default keyboard shortcuts schemes.

  • Visual Studio This scheme aims to minimize conflicts with Visual Studio's own keyboard shortcuts.

  • ReSharper 2.x/IntelliJ IDEA This scheme shares the majority of shortcuts with those used in IntelliJ IDEA and its derivative web development IDEs. It provides a common keyboard-centric experience among all JetBrains development environments.

Whatever scheme you choose, you can always change individual keyboard shortcuts later.

Changing shortcuts and shortcut schemes

When you start Visual Studio for the first time after installing ReSharper, the Keyboard Scheme dialog opens, where you can choose the default shortcut scheme.

Choosing ReSharper keyboard shortcuts scheme

You can change the selected scheme later using the corresponding selector on the Environment | Keyboard & Menus page of ReSharper options.

Regardless of the currently selected scheme, you can always configure individual keyboard shortcuts in Visual Studio options.

To configure individual keyboard shortcuts

  1. In the main menu, choose Tools | Options.

  2. Expand the Environment node, then click Keyboard.

  3. Use the shortcut tables to find the alias of the command, to which you are going to assign a new shortcut.

    If some command does not have a default shortcut, you can find its alias under the title of the corresponding help page. For example, Convert Method to Indexer refactoring.

  4. To find a desired command you can also do one of the following:
    • Type the name or a part of the name of the command you are looking for in the Show commands containing field. The list of available commands narrows down and you can easily find the desired one.

    • Look through the list of available commands, scroll down to command names that start with ReSharper.
      Once the list of commands in the Keyboard tab receives focus, press Ctrl+r to jump to items with initial r.

  5. The shortcut key combination of the selected command is displayed in the Shortcuts for selected commands drop-down list, if any shortcut exists.

  6. You can remove the existing key combination(s) and/or add the new one(s).
    • Choose the combination in the Shortcuts for selected commands drop-down list, then click Remove.

    • The same shortcut key combinations can be used in different areas, so you should specify the area. Specify the area using the Use new shortcut in drop-down list. Then place the caret in the Press shortcut keys text box and press the desired key combination. Click Assign.

  7. Click OK.

Resolving Keyboard Shortcut Conflicts

Some keyboard shortcuts are used in the default shortcut schemes, especially in the ReSharper 2.x/IntelliJ IDEA scheme, may be already mapped to other Visual Studio commands. In these cases, ReSharper does not silently replace existing Visual Studio keyboard shortcuts. As soon as you use a conflicting shortcut, i.e. that is used by both the Visual Studio and ReSharper, you are prompted to resolve this conflict using the ReSharper Shortcut Conflict dialog:

Shortcut conflict dialog

Select one of three available options:

  • Use ReSharper command: binds the conflicting shortcut to the ReSharper command.

  • Use Visual Studio commands: resolves the conflict in favor of the Visual Studio command.

  • Configure ReSharper command: opens the Keyboard tab in the Visual Studio Options dialog to help you customize the current keyboard scheme.

Whatever option you choose, you can apply your choice to all other conflicting ReSharper shortcuts by selecting Apply to all ReSharper shortcuts.

Last modified: 25 April 2019

See Also