JetBrains Rider 2023.2 Help

Coding assistance

JetBrains Rider offers a variety of coding assistance features that allow you to write and edit code much faster thus increasing your productivity and saving your time.

In this section:

You can use the following shortcuts for advanced code editing helpers:

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: 20 August 2021