Its important to know your tools. So here follows a quick list of short cuts for VS2005. (for a complete list (found it after I wrote everything below
link)
Clipboard History | Ctrl+shift+V |
Opens object browser | CTRL+K, CTRL+R |
Delete the selected line. | CTRL+Shift+L |
cuts the selected line into the paste buffer. | CTRL+L |
Transpose Words | CTRL+Shift+T |
Show Solution Explorer | CTRL+ALT+L |
Show Toolbox | CTRL+ALT+X |
CTRL+BREAK | Cancel Build |
Build Solution | CTRL+SHIFT+B |
Start without debugging | CTRL+F5 |
Debugging
Step Into | F11 |
Step Over | F10 |
New Breakpoint | CTRL+B |
Next error or warning location | F8 |
CTRL+SPACE | Complete Word, this one's brilliant - no need to type in the full variable name type in few letters and hit this key combination |
Comment selected area | CTRL+K,CTRL+C |
Uncomment selected area | CTRL+K,CTRL+U |
Search
Search and replace in entire solution | Ctrl+Shift+H |
Incremental search | Ctrl+I |
Incremental search backwards | Ctrl+shift+I |
Find Next | F3 |
Find Previous | SHIFT+F3 |
Plan to expand it, until I find the one that I am looking for.
No comments:
Post a Comment