| Editor’s Favorites |
| CTRL+SHIFT+B or F7 | to build your solution |
| CTRL+] | to jump between matching braces! |
| The IntelliSense Suggestion Box |
| CTRL+K+P | it re-opens the suggestion box. |
| CTRL+J | shows only members in the IntelliSense completion list. |
| Format your Code |
| CTRL+K+D | to auto-format your code |
| CTRL+K+C | to Comment a block of code |
| CTRL+K+U | to Uncomment a block of code |
CTRL+E+D or CTRL+E+C or CTRL+E+U
CTRL+M or CTRL+L | will collapse/expand all outlining. |
| CTRL+M+O or CTRL+M+P | to open and close all regions of code. |
| CTRL+K, CTRL+C/CTRL+U | to comment/uncomment a selection. |
| Debugging |
| F10, F11 | Step Over, Step Into a statement |
| CTRL+ALT+H | display the Thread List window. |
| CTRL+ALT+M | display the Memory window. |
CTRL+ALT+C
ALT+7 | display the call stack window. |
| ALT+3 | display the Watch window |
| General Keyboard shortcuts |
| F7 | Toggles between design and code views. |
| F9 | Toggles breakpoint. |
| F12 | Go to definition of a variable, object, or function. |
Ctrl+Shift+7
Ctrl+Shift+8 | Quickly navigate forward and backwards in the go to definition stack. |
| Shift+F12 | Find all references of a function or a variable. |
| Ctrl+M, Ctrl+M | Expand and collapse code outlining in the editor. |
Ctrl+K, Ctrl+C
Ctrl+K, Ctrl+U |
Comment and uncomment line(s) of code, respectively. |
| Shift+Alt+Enter | Toggles between full screen mode and normal mode. |
| Ctrl+I | Incremental Search. |
0 comments :
Post a Comment