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][1] 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? [1]: http://stackoverflow.com/questions/84209/vertical-line-after-a-certain-amount-characters-in-visual-studio