← Back to Shortcut Collections
RustRover

RustRover

JetBrains' dedicated IDE for Rust, making memory-safe and high-performance Rust development even more comfortable

Navigation shortcuts for quickly reaching target code even in complex Rust projects with fast jumps to types, functions, and traits

Ctrl+B
Go To Declaration
Navigate to the initial declaration of the instantiated class, called method, or field.
💡 Hint: Browse to declaration
🎯 Instantly jump to function and type definitions to deepen code understanding
Alt+F7
Find Usages
Show all places where a code element is used across your project.
💡 Hint: F7 for usages
🎯 Show all symbol usages to understand refactoring impact scope
Ctrl+E
View recent files
Select a recently opened file from the list.
💡 Hint: Recent files
🎯 Quickly switch between recently edited files to improve work efficiency
F2
Next error
Jump to the next highlighted error.
💡 Hint: F2 for next error
🎯 Sequentially review compile and lint errors for efficient fixes
Shift+F2
Previous error
Jump to the previous highlighted error.
💡 Hint: Shift+F2 for previous error
🎯 Go back to previous errors to ensure no errors are missed
Ctrl+Shift+A
Find Action
Find a command and execute it, open a tool window, or search for a setting.
💡 Hint: Find Action
🎯 Search IDE features by name for instant access to needed functionality