Saturday, 16 September 2006

Some useful short cut keys in Visual Studio 2005

These are some short cut keys I learnt today:

Alt + Shift + Enter = full screen
Type prop and press Tab twice will trigger property code snippet.
F12 = goto variable definition. Shift + F12 = find refferences
Ctrl + K + C = comment; Ctrl + K + U = remove comment
Ctrl + m + m = collapse or expand a region or function
If a function does not exist and Ctrl + k + m is pressed, the function is implemented by default.

No comments: