Friday, December 23, 2005

Some handy Visual Studio Keyboard Shortcuts

To auto format the selected text Alt-F8
To move the cursor automatically between matching brackets Ctrl-}
To close all of the open windows Alt-w-l
To save all open files Alt-f-l
Quickwatch Shift-F9
To move back to the previous cursor position Ctrl-- (thats control key and minus(-)key at the same time)
Go to definition F12
Breakpoints window Ctrl-Alt-b
Clear all Breakpoints Ctrl-Shift-F9
Properties (for whatever you have selected) Alt-Enter
To select a multi-line square block of text hold Ctrl-Shift-Alt and drag the mouse holding down the left mouse button
Run to cursor while debugging Ctrl-F10

No comments: