JetBrains Rider 2023.2 Help

Create and edit code

In this section:

You can use the following shortcuts for basic editing tasks:

Basic editing

Cut

Control+X

Copy

Control+C

Paste

Control+V

Paste as Plain Text

Control+Alt+Shift+V

Paste from History...

Control+Shift+V

Copy Paths

Control+Shift+C

Copy Reference

Control+Alt+Shift+C

Save All

Control+S

Undo

Control+Z

Redo

Control+Shift+Z

Indent Selection

Tab

Unindent Line or Selection

Shift+Tab

Auto-Indent Lines

Control+Alt+I

Start New Line

Shift+Enter

Start New Line Before Current

Control+Alt+Enter

Delete Line

Control+Y

Join Lines

Control+Shift+J

Duplicate Line or Selection

Control+D

Toggle Case

Control+Shift+U

Scratch File

Control+Alt+Shift+Insert

Open Source in New Window

Shift+F4

Show Whitespaces

Control+R, W

Soft-Wrap

Control+L, W

Increase Font Size in All Editors

Alt+Shift+.

Decrease Font Size in All Editors

Alt+Shift+,

Caret navigation

Select text

Multiple carets and selection ranges

Code folding

Expand

Control+NumPad-+

Collapse

Control+NumPad--

Expand Recursively

Control+Alt+NumPad-+

Collapse Recursively

Control+Alt+NumPad--

Expand All

Control+Shift+NumPad-+

Collapse All

Control+Shift+NumPad--

Collapse to Definitions

Control+G, D

Fold Selection

Control+.

And here are shortcuts for advanced code editing helpers:

Coding assistance

Show Intention Actions

Alt+Enter

Basic Completion

Control+Space

Type-Matching Completion

Control+Shift+Space

Second Basic Completion

Control+Alt+Space

Complete Current Statement

Control+Shift+Enter

Reformat Code

Control+Alt+L

Parameter Info

Control+P

Quick Documentation

Control+Q

Move Statement Up

Control+Shift+ArrowUp

Move Statement Down

Control+Shift+ArrowDown

Move Element Left

Control+Alt+Shift+ArrowLeft

Move Statement Right

Control+Alt+Shift+ArrowRight

Move Line Up

Alt+Shift+ArrowUp

Move Line Down

Alt+Shift+ArrowDown

Comment with Line Comment

Control+/

Comment with Block Comment

Control+Shift+/

Surround With...

Control+Alt+T

Generate...

Alt+Insert

Code Cleanup...

Control+R, C

Silent Code Cleanup

Control+R, G

For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps.

Last modified: 01 August 2023