Friday, 12 March 2010
Folgende kleine Sammlung von Visual Studio 2005/2008 Keyboard Shortcuts hat sich für mich bewährt:
| Shortcut Keys | Command |
| Esc | Place focus in current document window |
| Ctrl + - | Navigate back |
| Ctrl + Shift + - | Navigate forward |
| F12 | Goto definition |
| Ctrl + F12 | Goto declaration |
| Ctrl + I | Search |
| Ctrl + Space | Intellisense |
| Ctrl + J | List members |
| Ctrl + Shift + Space | Display parameter info |
| Ctrl + ´ | Goto matching bracket |
| Alt + Mouse drag | Rectangular selection |
| Ctrl + K, Ctrl + C | Comment selection |
| Ctrl + K, Ctrl + U | Uncomment selection |
| F8 | Goto next item in list |
| Shift + F8 | Goto previous item in list |
| Ctrl + K, Ctrl + V | Goto Class View Search Box |
| Ctrl + Shift + C | Goto Class View |
| Ctrl + Alt + L | Solution browser |
| Ctrl + Alt + J | Object browser |
| Ctrl + Shift + F | Find in all files |
| Ctrl + . | Auto add imports (C# only) |
| Ctrl + Tab | Switch between open files |
| Ctrl + M, Ctrl + O | Collapse all code to definitions |
| Ctrl + M, Ctrl + P | Uncollapse all code to definitions |
| Ctrl + M, Ctrl + M | Fold/Unfold the current code block |
| F5, F10, Ctrl + F10, F11, Shift + F11, F9 | Debugger |
| Page: 1/1 |
Copyright © 2004-2025 Jan Zwiener
