Skip to main content Skip to footer

Rider Keyboard Shortcuts Verified -

: Move Type. Relocates a class to a different file or namespace, updating all references.

: Refactor This. Displays a contextual popup menu listing every available refactoring action. 🐛 Debugging and Execution rider keyboard shortcuts

If you want an , go to: Help → Keyboard Shortcut PDF inside Rider (generates a full PDF based on your actual keymap). : Move Type

Stop scrolling through files manually. These shortcuts let you fly through your solution. Displays a contextual popup menu listing every available

| Action | Windows / Linux | macOS | Why it’s essential | | :--- | :--- | :--- | :--- | | | Ctrl + Shift + A | Cmd + Shift + A | The "Google" of the IDE. If you forget a shortcut, type the action name here. | | Search Everywhere | Shift + Shift (Double press) | Shift + Shift | Finds files, types, symbols, and even IDE settings. |

| Basic Completion | Ctrl+Space | Ctrl+Space | | Smart Completion | Ctrl+Shift+Space | Ctrl+Shift+Space | | Generate code (ctor, prop) | Alt+Insert | ⌘+N | | Surround With | Ctrl+Alt+T | ⌘+Alt+T | | Duplicate Line | Ctrl+D | ⌘+D | | Delete Line | Ctrl+Y | ⌘+Backspace | | Move Line Up/Down | Ctrl+Shift+Up/Down | ⌘+Shift+Up/Down | | Reformat Code | Ctrl+Alt+L | ⌘+Alt+L | | Optimize Imports | Ctrl+Alt+O | Ctrl+Alt+O |