JetBrainsĀ Rider 2024.1 Help

Keyboard shortcuts in predefined keymaps

When consulting this page and other pages in JetBrainsĀ Rider documentation, you can see keyboard shortcuts for the keymap that you use in the IDE ā€” choose it using the selector at the top of a page.

Keyboard shortcuts selector in the documentation

What keymap should I choose?

Among all the predefined keymaps, you will most probably choose one of the following:

  • Visual Studio 2022 ā€” this keymap is recommended for Windows users who have experience with plain Visual Studio without ReSharper.

  • IntelliJ/IntelliJ (macOS) ā€” this keymap is recommended for users who have experience with IntelliJ IDEA or some of the JetBrains IntelliJ-platform-based IDEs and who preferred to use the IntelliJ/macOS keymap there.

  • Visual Studio/Visual Studio (macOS) ā€” this keymap is recommended for users who:

  • VS Code/VS Code (macOS) ā€” this keymap is recommended for users who have experience with Visual Studio Code.

  • ReSharper/ReSharper (macOS) ā€” this keymap is recommended for users who have experience with Visual Studio + ReSharper and who preferred the 'ReSharper 2.x/IntelliJ IDEA' keyboard scheme in ReSharper.

If you are using Rider on macOS, it is recommended to choose a keymap with the macOS suffix, for example Visual Studio (macOS).

To switch between keymaps, open the Keymap page of the IDE settingsĀ  Ctrl+Alt+S, pick the desired keymap in the selector at the top of the page, and click Save.

In addition to keymaps distributed with JetBrainsĀ Rider, you can install other keymaps via plugins, for example Eclipse Keymap or NetBeans Keymap.

JetBrainsĀ Rider's top keyboard shortcuts

Search Everywhere

Double Shift

Find Action...

Ctrl+Shift+A

Open Solution or Project...

Ctrl+Shift+O

Open File or Folder...

Ctrl+P, O

New in This Directory

Ctrl+Alt+Insert

Show Solution window

Alt+1

NuGet Quick List

Ctrl+P, N

Build Solution

Ctrl+F9

Show Intention Actions

Alt+Enter

Navigate To...

Ctrl+Shift+G

Recent Files

Ctrl+E

Find Usages

Alt+F7

Select In...

Alt+F1

Settings...

Ctrl+Alt+S

Generate...

Alt+Insert

Debug...

Alt+Shift+F9

View Breakpoints...

Ctrl+Shift+F8

Attach to Process...

Ctrl+Alt+F5

VCS Operations Popup...

Alt+`

Refactor This...

Ctrl+Alt+Shift+T

Inspect This...

Ctrl+Alt+Shift+A

Reformat Code

Ctrl+Alt+L

Code Cleanup...

Ctrl+R, C

Manage projects and solutions

Basic editing

Cut

Ctrl+X

Copy

Ctrl+C

Paste

Ctrl+V

Paste as Plain Text

Ctrl+Alt+Shift+V

Paste from History...

Ctrl+Shift+V

Copy Paths

Ctrl+Shift+C

Copy Reference

Ctrl+Alt+Shift+C

Save All

Ctrl+S

Undo

Ctrl+Z

Redo

Ctrl+Shift+Z

Indent Selection

Tab

Unindent Line or Selection

Shift+Tab

Auto-Indent Lines

Ctrl+Alt+I

Start New Line

Shift+Enter

Start New Line Before Current

Ctrl+Alt+Enter

Delete Line

Ctrl+Y

Join Lines

Ctrl+Shift+J

Duplicate Line or Selection

Ctrl+D

Toggle Case

Ctrl+Shift+U

Scratch File

Ctrl+Alt+Shift+Insert

Open Source in New Window

Shift+F4

Show Whitespaces

Ctrl+R, W

Soft-Wrap

Ctrl+L, W

Increase Font Size in All Editors

Alt+Shift+.

Decrease Font Size in All Editors

Alt+Shift+,

Caret navigation

Select text

Code folding

Expand

Ctrl+NumPad Plus

Collapse

Ctrl+NumPad Minus

Expand Recursively

Ctrl+Alt+NumPad Plus

Collapse Recursively

Ctrl+Alt+NumPad Minus

Expand All

Ctrl+Shift+NumPad Plus

Collapse All

Ctrl+Shift+NumPad Minus

Collapse to Definitions

Ctrl+G, D

Fold Selection

Ctrl+.

Multiple carets and selection ranges

Coding assistance

Context navigation

Find everything

Code analysis

Run and debug

Refactorings

Refactor This...

Ctrl+Alt+Shift+T

Rename...

Shift+F6

Change Signature...

Ctrl+F6

Inline...

Ctrl+Alt+N

Move...

F6

Extract Method...

Ctrl+Alt+M

Introduce Field...

Ctrl+Alt+F

Introduce Parameter...

Ctrl+Alt+P

Introduce Variable...

Ctrl+Alt+V

Safe Delete...

Alt+Delete

Global VCS actions

VCS Operations Popup...

Alt+`

Commit...

Ctrl+K

Update Project

Ctrl+T

Rollback

Ctrl+Alt+Z

Push...

Ctrl+Shift+K

Next Change

Ctrl+Alt+Shift+Down

Previous Change

Ctrl+Alt+Shift+Up

Show Version Control window

Alt+9

Show Commit window

Alt+0

Diff Viewer

Show Diff

Ctrl+D

Compare Files

Ctrl+D

Next Difference

F7

Previous Difference

Shift+F7

Accept Left Side

Ctrl+Alt+R

Accept Right Side

Ctrl+Alt+A

Select Opposite Diff Pane

Ctrl+Shift+Tab

Show Diff Settings Popup...

Ctrl+Shift+D

Unit testing

Tool windows

Last modified: 18 March 2024