JetBrains Rider 2018.2 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

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

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

Command

Shortcut

Declaration

Ctrl+B Ctrl+Click Right-click

Type Declaration

Ctrl+Shift+B Ctrl+Shift+Click

Show Usages

Ctrl+Alt+F7

Base Symbols

Ctrl+U

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

Command

Shortcut

Move Caret to Code Block Start

Ctrl+[

Next Method

Alt+Down

Previous Method

Alt+Up

Line/Column...

Ctrl+G

Select In...

Alt+F1

Locate/Select in Solution View

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

Select Next Tab

Alt+Right

Select Previous Tab

Alt+Left

Add to Favorites

Shift+Alt+F

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

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

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 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

Command

Shortcut

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 Alt+Right-click

Move Statement Up

Ctrl+Shift+Up

Move Statement Down

Ctrl+Shift+Down

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

Jump to Statement

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

Toggle Breakpoint Enabled

Ctrl+Shift+F9

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

Show NuGet window

Alt+7 Shift+Alt+7

Refactorings

Command

Shortcut

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

Command

Shortcut

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

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

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

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

Alt+F12 Ctrl+Alt+1

Errors In Solution

Ctrl+Alt+2

Database

Ctrl+Alt+3

Inspection Results

Ctrl+Alt+4

Last modified: 21 December 2018