Keyboard shortcuts - Shift+Shift and Alt+Enter

The two keyboard shortcuts that get you places!

There are two keyboard shortcuts that I want to teach you today: ⇧⇧ (macOS) / Shift+Shift (VS Windows/Linux) to open up Search Everywhere, and ⌥⏎ (macOS) / Alt+Enter (VS Windows/Linux).

Search Everywhere gets you anywhere in your project. You can start typing and it'll search for classes, files, symbols, and even for actions across the IDE.

Rider is looking at your code and scanning it, and tries to find and suggest fixes for issues in your code. Anywhere you place the caret, you can use With Alt+Enter to show a menu of context actions and available quick-fixes.

See Also