VS is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know possible.
For instance-
Crtl-R,Ctrl-W - show white spaces. essential for editing python build scripts.
Under
"HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\Text Editor"Create a String called "Guides" Guides with the value "RGB(255,0,0), 80" to have a red line at column 80 in the text editor.
What other hidden feature have you stumble upon?
