JetBrains Rider 2018.1 Help

Keyboard Shortcuts: ReSharper 2.x Keymap

Rider's top keyboard shortcuts

CommandShortcut
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
Generate... Alt+Insert
Build Solution Ctrl+Shift+B
Debug... Shift+Alt+F9
View Breakpoints... Ctrl+Shift+F8
Attach to Local 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

CommandShortcut
Search Everywhere Ctrl+N Double-Shift
Find... Ctrl+F Alt+F3
Find Next / Move to Next Occurrence F3 Ctrl+Alt+Page Down
Find Previous / Move to Previous Occurrence Shift+F3 Ctrl+Alt+Page Up
Replace... Ctrl+H
Find in Path... Ctrl+Shift+F
Find in Path... Ctrl+Shift+F
Find Word at Caret Ctrl+F3
File... Ctrl+Shift+N
File Member Ctrl+F12
Symbol... Ctrl+Shift+Alt+N

Navigating from symbols

CommandShortcut
Declaration Ctrl+B Ctrl+Click Right-click
Type Declaration Ctrl+Shift+T Ctrl+Shift+Click
Show Usages Ctrl+Alt+F7
Base Symbols Ctrl+U
Go To Implementation Ctrl+Shift+Alt+B Ctrl+Alt+Click
Derived Symbols Ctrl+Alt+B Ctrl+Alt+Click
Navigate To… Ctrl+Shift+G
Find Usages Alt+F7
Highlight Usages in File Ctrl+Shift+F7

Context navigation

CommandShortcut
Move Caret to Code Block Start Ctrl+[
Next Method Alt+Down
Previous Method Alt+Up
Line/Column... Ctrl+G
Select In... Alt+F1
Locate in Solution Explorer 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
Add to Favorites Shift+Alt+F
Show Structure window Ctrl+Alt+7 Ctrl+Alt+F
Show Find window Alt+3 Ctrl+Alt+U
Show TODO window Alt+6
Show Favorites window Alt+2

Code Analysis

CommandShortcut
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+7 Ctrl+Alt+F

Creating and editing code

CommandShortcut
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 Simple 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
Toggle Case Ctrl+Shift+U
Scratch File Ctrl+Shift+Alt+Insert

Coding assistance

CommandShortcut
Show Action List Alt+Enter
Basic Completion Ctrl+Space
Smart Completion Ctrl+Shift+Space
Class Name 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 with Line Comment Ctrl+/ Ctrl+NumPad /
Comment 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

CommandShortcut
NuGet Quick List Shift+Alt+N
Build Solution Ctrl+Shift+B
Run context configuration Ctrl+F5
Run... Ctrl+Shift+Alt+R
Debug context configuration F5
Debug... Shift+Alt+F9
Attach to Local 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
Jump to Statement Ctrl+Shift+F10
Pause Program Ctrl+Pause Ctrl+Shift+P
Resume Program F5
Evaluate Expression... Alt+F8
Quick Evaluate Expression Shift+F9
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

CommandShortcut
Refactor This... Ctrl+Shift+R
Change Signature... Ctrl+F6
Inline... Ctrl+Alt+N
Move... F6
Method... Ctrl+Alt+M
Field... Ctrl+Alt+D
Parameter... Ctrl+Alt+P
Variable... Ctrl+Alt+V
Rename... F2
Safe Delete... Alt+Delete

Global VCS actions

CommandShortcut
VCS Operations Popup... Alt+`
Show Version Control window Alt+9 Shift+Alt+9
Commit Ctrl+K
Update Project Ctrl+Alt+W
Revert Ctrl+Alt+Z
Push... Ctrl+Shift+K
Next Change Ctrl+Shift+Alt+N
Previous Change Ctrl+Shift+Alt+P

Unit Testing

CommandShortcut
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

CommandShortcut
Build Alt+0
Solution 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
Version Control Alt+9 Shift+Alt+9
Terminal Ctrl+Alt+1
Errors In Solution Ctrl+Alt+2
Database Ctrl+Alt+3
Inspection Results Ctrl+Alt+4 Ctrl+Alt+,
Structure Ctrl+Alt+7 Ctrl+Alt+F
Last modified: 20 August 2018