Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008, How can I set it to remove tabs when I backspace rather than spaces?

In Visual Studio 2008, it seems that when I tab on a line it inserts either 4 spaces or a tab, however - when I backspace it removes a tab as if it were 4 spaces, one space at a time..

I checked the text-editor settings in Tools.. tried both use spaces and use tabs, neither seem to work.

Any ideas?

Thanks in advance. Pete

like image 537
peteski Avatar asked Dec 09 '22 22:12

peteski


1 Answers

Maybe I'm just crazy, but why don't you just press Shift + Tab instead of backspace if you want to get rid of the tabs?

like image 177
wtz Avatar answered May 29 '23 00:05

wtz