Rider
Comprehensive Rider shortcuts and workflows for .NET development with C#, F#, and Unity.
General Shortcuts
Windows/Linux |
macOS |
Description |
Ctrl+Shift+A |
Cmd+Shift+A |
Find Action |
Ctrl+T |
Cmd+T |
Go to Everything |
Ctrl+Shift+T |
Cmd+Shift+T |
Go to File |
Ctrl+E |
Cmd+E |
Recent Files |
Ctrl+G |
Cmd+L |
Go to Line |
.NET Specific Features
Windows/Linux |
macOS |
Description |
Ctrl+F5 |
Cmd+F5 |
Run Without Debugging |
F5 |
F5 |
Start Debugging |
Ctrl+Shift+F5 |
Cmd+Shift+F5 |
Restart |
dotnet build |
dotnet build |
Build Solution |
dotnet run |
dotnet run |
Run Application |
Unity Development
Windows/Linux |
macOS |
Description |
Ctrl+Shift+F12 |
Cmd+Shift+F12 |
Unity Log |
F5 |
F5 |
Attach to Unity |
Ctrl+Alt+P |
Cmd+Option+P |
Unity Play Mode |