Ritzel
Umfassend Rider Shortcuts und Workflows für . NET-Entwicklung mit C#, F# und Unity.
Allgemeine 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 Spezifische Funktionen
| | 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 | |