Jetbrains Rider - Cheat Sheet
by imbaker · 21 things on NewTwos
- Create and Edit
- Show context actions Alt+Enter
- Code completion Ctrl+Space
- Quick/External documentation Ctrl+Shift+F1/F1
- Generate code Alt+Insert
- New line before current Ctrl+Enter
- New line after current Ctrl+Shift+Enter
- Comment toggle selection Ctrl+K,C
- Expand/Collapse code block Ctrl+Alt+NumPad+/Ctrl+alt+NumPad-
- Move line up/down Alt+Up/Alt+Down
- Move statement up/down Ctrl+Alt+Shift+Up/Ctrl+Alt+Shift+Down
- Copy document path Ctrl+Shift+C
- Paste from Clipboard history Ctrl+Shift+V
- Duplicate current line or selection Ctrl+D
- Delete line Ctrl+L
- Join line Ctrl+Shift+J
- Toggle case Ctrl+Shift+U
- Master Your IDE
- Go to next/previous editor tab Ctrl+Alt+PgDn/Ctrl+Alt+PgUp
- Close editor tab Ctrl+F4
- Setting Ctrl+Alt+S