JetBrains Rider 2019.3 Help

Keyboard Shortcuts: Default (IntelliJ IDEA) Keymap

Rider's top keyboard shortcuts

Command

Shortcut

Open Solution or Project Ctrl+Shift+O
Show Action List Alt+Enter
Search Everywhere Double-Shift
Navigate To… Ctrl+Shift+G
Find Usages Alt+F7
Select In... Alt+F1
Settings... Ctrl+Alt+S
Find Action... Ctrl+Shift+A
Generate... Alt+Insert
Build Solution Ctrl+F9
Debug... Shift+Alt+F9
View Breakpoints... Ctrl+Shift+F8
Attach to Process... Ctrl+Alt+F5
VCS Operations Popup... Alt+`
Refactor This... Ctrl+Shift+Alt+T
Inspect This... Ctrl+Shift+Alt+A

Finding everything

Command

Shortcut

Search Everywhere Double-Shift
Find... Ctrl+F Alt+F3
Find Next / Move to Next Occurrence F3 Ctrl+L
Find Previous / Move to Previous Occurrence Shift+F3 Ctrl+Shift+L
Replace... Ctrl+R
Find in Path... Ctrl+Shift+F
Replace in Path... Ctrl+Shift+R
Find Word at Caret Ctrl+F3
File... Ctrl+Shift+N
File Member Ctrl+F12
Symbol... Ctrl+Shift+Alt+N
Find Action... Ctrl+Shift+A

Navigating from symbols

Command

Shortcut

Declaration or Usages Ctrl+B Ctrl+Click Right-click
Type Declaration Ctrl+Shift+B Ctrl+Shift+Click
Show Usages Ctrl+Alt+F7
Super Method Ctrl+U
Implementation(s) Ctrl+Alt+B Ctrl+Alt+Click
Navigate To… Ctrl+Shift+G
Find Usages Alt+F7
Highlight Usages in File Ctrl+Shift+F7

Context navigation

Command

Shortcut

Move Caret to Code Block Start Ctrl+[
Next Method Alt+Down
Previous Method Alt+Up
Line/Column... Ctrl+G
Switcher Ctrl+Tab Ctrl+Shift+Tab
Select In... Alt+F1
Recent Files Ctrl+E
Last Edit Location Ctrl+Shift+Backspace
Back Ctrl+Alt+Left Mouse Back
Forward Ctrl+Alt+Right Mouse Forward
Select Next Tab Alt+Right
Select Previous Tab Alt+Left
Add to Favorites Shift+Alt+F
Show Structure window Alt+7
Show Find window Alt+3
Show TODO window Alt+6
Show Favorites window Alt+2

Code Analysis

Command

Shortcut

Show Action List Alt+Enter
Next Code Issue F2
Previous Code Issue Shift+F2
Next Error Alt+F2
Previous Error Shift+Alt+F2
Toggle Code Inspection Ctrl+Shift+Alt+8
Run Inspection by Name Ctrl+Shift+Alt+I
Inspect This... Ctrl+Shift+Alt+A

Creating and editing code

Command

Shortcut

Select All Ctrl+A
Move Caret to Previous Word with Selection Ctrl+Shift+Left
Move Caret to Next Word with Selection Ctrl+Shift+Right
Move Caret to Page Top with Selection Ctrl+Shift+Page Up
Move Caret to Page Bottom with Selection Ctrl+Shift+Page Down
Extend Selection Ctrl+W
Shrink Selection Ctrl+Shift+W
Add Selection for Next Occurrence Alt+J
Copy Ctrl+C Ctrl+Insert
Cut Ctrl+X Shift+Delete
Paste Ctrl+V Shift+Insert
Paste without Formatting Ctrl+Shift+Alt+V
Paste from History... Ctrl+Shift+V Ctrl+Shift+Insert
Duplicate Line or Selection Ctrl+D
Copy Paths Ctrl+Shift+C
Save All Ctrl+S
Undo Ctrl+Z Alt+Backspace
Indent Selection Tab
Unindent Line or Selection Shift+Tab
Move Line Up Shift+Alt+Up
Move Line Down Shift+Alt+Down
Start New Line Shift+Enter
Start New Line Before Current Ctrl+Alt+Enter
Delete Line Ctrl+Y
Toggle Case Ctrl+Shift+U
New Scratch File Ctrl+Shift+Alt+Insert

Coding assistance

Command

Shortcut

Show Action List Alt+Enter
Basic Completion Ctrl+Space
Smart Completion Ctrl+Shift+Space
Second Basic Completion Ctrl+Alt+Space
Complete Current Statement Ctrl+Shift+Enter
Parameter Info Ctrl+P
Quick Documentation Ctrl+Q Alt+Right-click
Move Statement Up Ctrl+Shift+Up
Move Statement Down Ctrl+Shift+Down
Move Statement Left Ctrl+Shift+Alt+Left
Move Statement Right Ctrl+Shift+Alt+Right
Comment/uncomment with Line Comment Ctrl+/ Ctrl+NumPad /
Comment/uncomment with Block Comment Ctrl+Shift+/ Ctrl+Shift+NumPad /
Generate... Alt+Insert

Building, Running, and Debugging

Command

Shortcut

Build Solution Ctrl+F9
Run context configuration Ctrl+Shift+F10
Run... Shift+Alt+F10
Debug context configuration Shift+F9
Debug... Shift+Alt+F9
Attach to Process... Ctrl+Alt+F5
Stop Ctrl+F2
Stop Background Processes... Ctrl+Shift+F2
Step Over F8
Force Step Over Shift+Alt+F8
Step Into F7
Smart Step Into Shift+F7
Force Step Into Shift+Alt+F7
Step Out Shift+F8
Run to Cursor Alt+F9
Force Run to Cursor Ctrl+Alt+F9
Skip to Cursor Ctrl+Shift+Alt+F9
Resume Program F9
Evaluate Expression... Alt+F8
Quick Evaluate Expression Ctrl+Alt+F8 Alt+Click
Show Execution Point Alt+F10
Toggle Line Breakpoint Ctrl+F8
Toggle Temporary Line Breakpoint Ctrl+Shift+Alt+F8
View Breakpoints... Ctrl+Shift+F8
Edit breakpoint Ctrl+Shift+F8
Show Build window Alt+0
Show Run window Alt+4
Show Debug window Alt+5

Refactorings

Command

Shortcut

Refactor This... Ctrl+Shift+Alt+T
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
Rename... Shift+F6
Safe Delete... Alt+Delete

Global VCS actions

Command

Shortcut

VCS Operations Popup... Alt+`
Show Commit window Shift+Alt+9
Show Repository window Alt+9
Commit... Ctrl+K
Update Project Ctrl+T
Rollback Ctrl+Alt+Z
Push... Ctrl+Shift+K
Next Change Ctrl+Shift+Alt+Down
Previous Change Ctrl+Shift+Alt+Up

Unit Testing

Command

Shortcut

Unit Testing Quick List... Shift+Alt+U
Run Unit Tests Ctrl+Semicolon, R Ctrl+Semicolon, Ctrl+R
Debug Unit Tests Ctrl+Semicolon, D Ctrl+Semicolon, Ctrl+D
Stop Execution Ctrl+Semicolon, S Ctrl+Semicolon, Ctrl+S
Repeat Previous Run Ctrl+Semicolon, T Ctrl+Semicolon, Ctrl+T
Rerun Failed Tests Ctrl+Semicolon, F Ctrl+Semicolon, Ctrl+F
Repeat Tests Until Failure Ctrl+Semicolon, W Ctrl+Semicolon, Ctrl+W
Run All Tests from Solution Ctrl+Semicolon, L Ctrl+Semicolon, Ctrl+L
Create New Session Ctrl+Semicolon, N Ctrl+Semicolon, Ctrl+N
Append Tests to Session Ctrl+Semicolon, A Ctrl+Semicolon, Ctrl+A
Run Current Session Ctrl+Semicolon, Y Ctrl+Semicolon, Ctrl+Y
Run Unit Tests under dotMemory Unit Ctrl+Semicolon, M Ctrl+Semicolon, Ctrl+M
Run Unit Tests (Tool Window) Shift+Enter Ctrl+R
Debug Unit Tests (Tool Window) Ctrl+D
Run Current Session (Tool Window) Ctrl+Y
Rerun Failed Tests (Tool Window) Ctrl+F
Create New Session (Tool Window) Shift+Alt+Insert
Append Tests to Session (Tool Window) Ctrl+Alt+Insert
Remove Selected Tests (Tool Window) Delete
Run All Tests from Solution (Tool Window) Ctrl+L

Tool Windows

Command

Shortcut

Build Alt+0
Explorer Alt+1
Favorites Alt+2
Find Alt+3
Run Alt+4
Debug Alt+5
TODO Alt+6
Commit Shift+Alt+9
Repository Alt+9
Terminal Alt+F12
Structure Alt+7
Last modified: 16 April 2020