🔥 RustRover Popular Shortcuts
Master RustRover's powerful shortcuts specialized for Rust development to achieve efficient coding and debugging.
TOP 1
Shift+Shift
Search Everywhere
Quickly find any file, action, type, symbol, tool window, or setting in RustRover, in your project, and in the current Git repository.
🎯 The most powerful search feature to instantly find and access any element
💡 Hint: Double Shift for searching
TOP 2
Alt+Enter
Show Context Actions
Quick-fixes for highlighted errors and warnings, intention actions for improving and optimizing your code.
🎯 Improve code quality with instant error fixes and improvement suggestions
💡 Hint: Alt+Enter for quick fixes
TOP 3
Ctrl+B
Go To Declaration
Navigate to the initial declaration of the instantiated class, called method, or field.
🎯 Efficiently understand and explore code with quick jumps to definitions
💡 Hint: Browse to declaration
TOP 4
Ctrl+Alt+L
Reformat Code
Reformat the whole file or the selected fragment according to the current code style settings.
🎯 Improve readability and maintainability with consistent code style
💡 Hint: Layout code
TOP 5
Ctrl+Shift+A
Find Action
Find a command and execute it, open a tool window, or search for a setting.
🎯 Maximize productivity with universal access to IDE features
💡 Hint: Find Action
TOP 6
Ctrl+W
Extend selection
Increase the scope of selection according to specific code constructs.
🎯 Achieve efficient editing with logical unit selections
💡 Hint: Widen selection