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:
- Code Completion (IntelliSense)
- Typing Assistance
- Complete Statement
- Color Assistance
- Context Actions
- Regular Expressions Assistance
- Language Injections in C#
- Language Injections in Web Languages
- Parameter Information
- Quick Documentation
- Quick Definition
- Structural Navigation with Tab and Shift+Tab
- Highlight Matching Delimiters
- Rearrange Code Elements
- Duplicate Line or Selection
- Split Lines containing String Literals
- Add and Remove #region Blocks
- Comment and Uncomment Code
- CamelHumps
You can use the following shortcuts for advanced code editing helpers:
Coding assistance
Show Intention Actions | Alt+Enter |
Basic Completion | Ctrl+Space |
Type-Matching Completion | Ctrl+Shift+Space |
Second Basic Completion | Ctrl+Alt+Space |
Complete Current Statement | Ctrl+Shift+Enter |
Reformat Code | Ctrl+Alt+L |
Parameter Info | Ctrl+P |
Quick Documentation | Ctrl+Q |
Move Statement Up | Ctrl+Shift+Up |
Move Statement Down | Ctrl+Shift+Down |
Move Element Left | Ctrl+Alt+Shift+Left |
Move Statement Right | Ctrl+Alt+Shift+Right |
Move Line Up | Alt+Shift+Up |
Move Line Down | Alt+Shift+Down |
Comment with Line Comment | Ctrl+/ |
Comment with Block Comment | Ctrl+Shift+/ |
Generate... | Alt+Insert |
Code Cleanup... | Ctrl+E, C |
Silent Code Cleanup | Ctrl+E, F |
For the full list of JetBrains Rider keyboard shortcuts, see Keyboard shortcuts in predefined keymaps.
Last modified: 08 March 2021