Visual Studio
Development Tools
Build & Debug
▼
| CTRL+⇧ Shift+B | Build solution | Win Linux |
| F5 | Start / continue debugging | Win Linux |
| CTRL+F5 | Run without debugger | Win Linux |
| F9 | Toggle breakpoint | Win Linux |
| F10 | Step over | Win Linux |
| F11 | Step into | Win Linux |
| ⇧ Shift+F11 | Step out | Win Linux |
Navigation
▼
| F12 | Go to definition | Win Linux |
| CTRL+T | Go to All (search types, files, members) | Win Linux |
| CTRL+G | Go to line number | Win Linux |
| CTRL+F | Find | Win Linux |
| CTRL+H | Find and replace | Win Linux |
| CTRL+⇧ Shift+F | Find in files | Win Linux |
| CTRL+⇧ Shift+H | Replace in files | Win Linux |
Editing
▼
| CTRL+Z | Undo | Win Linux |
| CTRL+Y | Redo | Win Linux |
| CTRL+SPACE | IntelliSense code completion | Win Linux |
| ALT+⇧ Shift+F10 | Show quick actions / refactorings | Win Linux |
| F2 | Rename symbol | Win Linux |
File
▼
| CTRL+S | Save current file | Win Linux |
| CTRL+⇧ Shift+S | Save all files | Win Linux |