Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reverse effect of tab in visual studio [duplicate]

I'm using Visual Studio 2012, and I was wondering if there is any keyboard shortcut that does

the reverse effect of tab

like image 450
codin freak Avatar asked Sep 19 '13 10:09

codin freak


People also ask

How do you reverse a tab in VS?

Shift+tab should do the trick. It also works in Alt-tab to cycle backwards through tabs. Also, in Firefox, you can press Ctrl+tab to cycle through tabs. Ctrl+shift+tab goes backwards too.

How do I reverse indent VS Code?

Just an observation: use [space] to right, and [shift]+[space] to left/reverse.

What does Ctrl t'do in Visual Studio?

New! Save questions or answers and organize your favorite content. Learn more.


1 Answers

if you're talking about e.g. tabbing the code to indent it, then

SHIFT + TAB

like image 145
DaveDev Avatar answered Sep 30 '22 08:09

DaveDev