🔥 Rider Popular Shortcuts
Master essential Rider shortcuts to dramatically improve your C# development efficiency. You'll be able to instantly perform code search, refactoring, debugging, and more, significantly boosting your development speed.
TOP 1
Shift+Shift
Search Everywhere
Unified search for files, classes, symbols, actions, etc.
🎯 The most powerful unified search for files, classes, symbols, actions, and everything else
💡 Hint: Double Shift
TOP 2
Alt+Enter
Show Intention Actions
Shows available quick fixes and refactorings.
🎯 Instantly shows context-aware fixes and refactoring options
💡 Hint: Alt + Enter
TOP 3
F12
Go to Declaration
Jumps to the symbol definition.
🎯 Jump to variable or method definitions with one click to deepen code understanding
💡 Hint: F12 = Go to definition
TOP 4
Shift+F12
Find Usages
Finds all places where the symbol is used.
🎯 Instantly see where symbols are used throughout your project
💡 Hint: Shift + F12 = Find usages
TOP 5
Ctrl+R → Ctrl+R
Rename
Safely renames a symbol.
🎯 Safely rename variables and methods in bulk to improve code readability
💡 Hint: Rename + R
TOP 6
Ctrl+Alt+Enter
Reformat Code
Automatically formats code.
🎯 Automatically unify code style to maintain consistency in team development
💡 Hint: Alt + Enter (format)
TOP 7
F9
Toggle Breakpoint
Sets/removes breakpoint at current line.
🎯 Quickly set breakpoints during debugging for efficient bug fixing
💡 Hint: F9 = Breakpoint
TOP 8
Ctrl+Space
Basic Completion
Shows basic code completion.
🎯 Reduce typing and prevent typos with code completion
💡 Hint: Ctrl + Space