Rider¶
Traduzione: Copia tutti i comandi
Traduzione: Generare PDF
< >
Comprensione Scorciatoie e flussi di lavoro per. Sviluppo NET con C#, F# e Unity.
## Scorciatoie generali
|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|
## . Caratteristiche specifiche del 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|
## Sviluppo dell'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|