Rider
A cross-platform IDE specialized for .NET and game development, innovatively supporting Unity development and C# projects
Comprehensive shortcuts that maximize .NET development productivity with advanced features like IntelliSense, code generation, and live templates
Alt+Enter
Show Intention Actions
Shows available quick fixes and refactorings.
💡 Hint: Alt + Enter
🎯 Display all available actions on the spot and select appropriate fixes
Ctrl+D
Duplicate Line or Selection
Duplicates the current line or selection.
💡 Hint: Duplicate
🎯 Instantly duplicate lines or blocks to speed up similar code creation
Ctrl+K → Ctrl+C
Toggle Line Comment
Toggles comment/uncomment for selected lines.
💡 Hint: Komment Comment
🎯 Quickly toggle code commenting to streamline debugging work
Alt+Shift+=
Expand Selection
Expands selection logically.
💡 Hint: Shift + = (expand)
🎯 Logically expand selection to accurately select refactoring targets
Shift+Alt+Click
Add Cursor at Click Location
Creates additional cursor at clicked location.
💡 Hint: Shift + Alt + Click
🎯 Edit multiple locations simultaneously to dramatically streamline repetitive work
Ctrl+Shift+S
Save All
Saves all open files.
💡 Hint: Save all
🎯 Save all files at once to securely preserve work
Ctrl+Shift+B
Build Solution
Builds entire solution.
💡 Hint: Shift + Build
🎯 Build entire solution to discover compilation errors early
Alt+9
Show Git Window
Shows Git version control window.
💡 Hint: Alt + 9
🎯 Open Git window to efficiently execute version control operations