JetBrains Rider 2017.2 Help

Keyboard Shortcuts: Rider Keymap

Rider's top keyboard shortcuts

CommandShortcut
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
Generate... Alt+Insert
Build Solution Ctrl+F9
Debug... Shift+Alt+F9
View Breakpoints... Ctrl+Shift+F8
Attach to Local Process... Ctrl+Alt+F5
VCS Operations Popup... Alt+'
Refactor This... Ctrl+Shift+Alt+T
Inspect This... Ctrl+Shift+Alt+A

Finding everything

CommandShortcut
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
Find in Path... Ctrl+Shift+F
Find Word at Caret Ctrl+F3
Search Everywhere Double-Shift
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+B 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+E
Last Edit Location Ctrl+Shift+Backspace
Back Ctrl+Alt+Left Mouse Back
Forward Ctrl+Alt+Right Mouse Forward
Add to Favorites Shift+Alt+F
Show Structure window Ctrl+Alt+7
Show Find window Alt+3
Show TODO window Alt+6
Show Favorites window Alt+2

Code Analysis

CommandShortcut
Show Action List Alt+Enter
Next Code Issue F2
Previous Code Issue Shift+F2
Next Error Alt+F12
Previous Error Shift+Alt+F12
Toggle Code Inspection Ctrl+Shift+Alt+8
Toggle Code Inspection 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

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

Coding assistance

CommandShortcut
Show Action List Alt+Enter
Basic Ctrl+Space
SmartType Ctrl+Shift+Space
Class Name 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 with Line Comment Ctrl+/ Ctrl+NumPad /
Comment with Block Comment Ctrl+Shift+/ Ctrl+Shift+NumPad /
Generate... Alt+Insert

Building, Running, and Debugging

CommandShortcut
NuGet Quick List Shift+Alt+N
Build Solution Ctrl+F9
Run context configuration Ctrl+Shift+F10
Run... Shift+Alt+F10
Debug context configuration Shift+F9
Debug... Shift+Alt+F9
Stop Ctrl+F2
Resume Program F9
Step Over F8
Force Step Over Shift+Alt+F8
Step Into F7
Force Step Into Shift+Alt+F7
Step Out Shift+F8
Run to Cursor Alt+F9
Force Run to Cursor Ctrl+Alt+F9
Set Next Statement Ctrl+Shift+Alt+F9
Show Execution Point Alt+F10
Toggle Line Breakpoint Ctrl+F8
Toggle Temporary Line Breakpoint Ctrl+Shift+Alt+F8
Toggle Breakpoint Enabled Ctrl+Shift+F9
View Breakpoints... Ctrl+Shift+F8
Edit breakpoint Ctrl+Shift+F8
Attach to Local Process... Ctrl+Alt+F5
Evaluate Expression... Alt+F8
Quick Evaluate Expression Ctrl+Alt+F8 Alt+Click
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+Alt+T
Change Signature... Ctrl+F6
Inline... Ctrl+Alt+N
Move... F6
Method... Ctrl+Alt+M
Field... Ctrl+Alt+F
Parameter... Ctrl+Alt+P
Variable... Ctrl+Alt+V
Rename... Shift+F6
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+T
Revert Ctrl+Alt+Z
Push... Ctrl+Shift+K
Next Change Ctrl+Shift+Alt+Down
Previous Change Ctrl+Shift+Alt+Up

Unit Testing

CommandShortcut
Run Unit Tests Ctrl+;, R Ctrl+;, Ctrl+R
Debug Unit Tests Ctrl+;, D Ctrl+;, Ctrl+D
Repeat Previous Run Ctrl+;, T Ctrl+;, Ctrl+T
Run All Tests from Solution Ctrl+;, L Ctrl+;, Ctrl+L
Create New Session Ctrl+;, N Ctrl+;, Ctrl+N
Append Tests to Session Ctrl+;, A Ctrl+;, Ctrl+A
Run Current Session Ctrl+;, Y Ctrl+;, Ctrl+Y
Show Unit Tests window Alt+8 Shift+Alt+8

Tool Windows

CommandShortcut
Build Alt+0
Solution Alt+1
Favorites Alt+2
Find Alt+3
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
Structure Ctrl+Alt+7
Last modified: 27 December 2017