Cavalier
Copier toutes les commandes
Générer PDF
Généralités Raccourcis et workflows Rider pour . Développement NET avec C#, F# et Unity.
Raccourcis généraux
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 |
. Caractéristiques spécifiques du NET
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 |
Développement de l'unité
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 |