I'm using Visual Studio 2012, and I was wondering if there is any keyboard shortcut that does
the reverse effect of tab
I'm using Visual Studio 2012, and I was wondering if there is any keyboard shortcut that does
the reverse effect of tab
if you're talking about e.g. tabbing the code to indent it, then
SHIFT + TAB
DaveDev beat me to it you can use SHIFT + TAB to move code inversely to what tab would do to the code.
As an extra bit of detail about formatting, you can also use CTRL+E+D to format the entire document which may save you time, or if you have a specific selection such as a if
statement highlight it and press CTRL+E+F.
Happy formatting!
Edit: to do the keyboard keys, do <.kbd>CTRL<./kbd> but remove the periods.