Visual studio shortcuts
| Key Combination | Action |
|---|---|
| Ctrl + Alt + L | Switch to solution explorer |
| Ctrl + Tab | Switch to code |
| Ctrl + Q | Quick launch |
| Tab, Tab | Templates |
| CTRL+SHIFT+B | Build solution |
| Ctrl + ¨ | Search in solution explorer |
| Ctrl + , | Navigate to |
| Ctrl + Shift + A | Add new item |
| Ctrl + R, R | Rename (refactor) |
| Ctrl + D | Duplicate line |
| Ctrl + K, I | See mouse over/hover text |
| Ctrl + Shift + Space | From inside a constructor/method will show overloads |