JetBrains Rider 2019.3 Help

Keyboard Shortcuts: ReSharper Keymap

Rider's top keyboard shortcuts

Command

Shortcut

Open Solution or Project Ctrl+Shift+O
Open File or Folder Ctrl+O
Show Action List Alt+Enter
Search Everywhere Ctrl+N 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+Shift+B
Debug... Shift+Alt+F9
View Breakpoints... Ctrl+Shift+F8
Attach to Process... Ctrl+Alt+F5
VCS Operations Popup... Alt+`
Refactor This... Ctrl+Shift+R
Inspect This... Ctrl+Shift+Alt+A
Code Cleanup... Ctrl+Alt+F

Finding everything

Command

Shortcut

Search Everywhere Ctrl+N Double-Shift
Find... Ctrl+F Alt+F3
Find Next / Move to Next Occurrence F3 Ctrl+Shift+Down Ctrl+Alt+Page Down
Find Previous / Move to Previous Occurrence Shift+F3 Ctrl+Shift+Up Ctrl+Alt+Page Up
Replace... Ctrl+H
Find in Path... Ctrl+Shift+F
Replace in Path... Ctrl+Shift+H
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+T Ctrl+Shift+Click
Show Usages Ctrl+Alt+F7
Super Method Ctrl+U
Implementation(s) Ctrl+Shift+Alt+B Ctrl+Alt+Click
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
Locate/Select in Solution View Shift+Alt+L
Recent Files Ctrl+E
Recently Changed Files Ctrl+Shift+Alt+Backspace
Last Edit Location Ctrl+Shift+Backspace
Back Ctrl+Minus Ctrl+NumPad Minus Mouse Back
Forward Ctrl+Shift+Minus Ctrl+Shift+NumPad Minus Mouse Forward
Select Next Tab Alt+Right
Select Previous Tab Alt+Left
Add to Favorites Shift+Alt+F
Show Find window Alt+3 Ctrl+Alt+U
Show TODO window Alt+6
Show Favorites window Alt+2

Code Analysis

Command

Shortcut

Show Action List Alt+Enter
Next Code Issue F12
Previous Code Issue Shift+F12
Next Error Alt+F12
Previous Error Shift+Alt+F12
Toggle Code Inspection Ctrl+Shift+Alt+8
Run Inspection by Name Ctrl+Shift+Alt+I
Inspect This... Ctrl+Shift+Alt+A
Show Errors in Solution window Ctrl+Alt+2
Show Inspection Results window Ctrl+Alt+4 Ctrl+Alt+,

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 Ctrl+L
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+Shift+S
Undo Ctrl+Z
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+Enter
Delete Line Ctrl+Shift+L
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
Move Statement Up Ctrl+Shift+Alt+Up
Move Statement Down Ctrl+Shift+Alt+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
Code Cleanup... Ctrl+Alt+F
Silent Code Cleanup Ctrl+Shift+Alt+F

Building, Running, and Debugging

Command

Shortcut

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

Refactorings

Command

Shortcut

Refactor This... Ctrl+Shift+R
Change Signature... Ctrl+F6
Inline... Ctrl+Alt+N
Move... F6
Extract Method... Ctrl+Alt+M
Introduce Field... Ctrl+Alt+D
Introduce Parameter... Ctrl+Alt+P
Introduce Variable... Ctrl+Alt+V
Rename... F2
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+Alt+W
Rollback Ctrl+Alt+Z
Push... Ctrl+Shift+K

Unit Testing

Command

Shortcut

Unit Testing Quick List... Shift+Alt+U
Run Unit Tests Ctrl+T, R Ctrl+T, Ctrl+R
Debug Unit Tests Ctrl+T, D Ctrl+T, Ctrl+D
Stop Execution Ctrl+T, S Ctrl+T, Ctrl+S
Repeat Previous Run Ctrl+T, T Ctrl+T, Ctrl+T
Rerun Failed Tests Ctrl+T, F Ctrl+T, Ctrl+F
Repeat Tests Until Failure Ctrl+T, W Ctrl+T, Ctrl+W
Run All Tests from Solution Ctrl+T, L Ctrl+T, Ctrl+L
Create New Session Ctrl+T, N Ctrl+T, Ctrl+N
Append Tests to Session Ctrl+T, A Ctrl+T, Ctrl+A
Run Current Session Ctrl+T, Y Ctrl+T, Ctrl+Y
Run Unit Tests under dotMemory Unit Ctrl+T, M Ctrl+T, Ctrl+M
Show Unit Tests window Alt+8 Shift+Alt+8
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 Ctrl+Alt+U
Run Alt+4
Debug Alt+5
TODO Alt+6
NuGet Alt+7 Shift+Alt+7
Unit Tests Alt+8 Shift+Alt+8
Commit Shift+Alt+9
Repository Alt+9
Terminal Ctrl+Alt+1
Errors In Solution Ctrl+Alt+2
Database Ctrl+Alt+3
Inspection Results Ctrl+Alt+4 Ctrl+Alt+,
Last modified: 16 April 2020