Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable the indentation dotted line in VS 2010

enter image description here

see these dotted lines there on every indent...
How do I turn it off?

I must have accidentally hit some keyboard shortcut but I can't find this anywhere in the settings.

Sorry, this is a really dumb question, but these lines really bother me and I didn't know where else to turn :)

like image 308
Steinthor.palsson Avatar asked Mar 21 '11 22:03

Steinthor.palsson


1 Answers

Toggle it on/off with: Edit > Advanced > View white space

The default hotkey is usually ctrl+E,S (I think this is for General or C# developer settings)

If you use Resharper, you may find you need to use ctrl+R,ctrl+W (this may also apply for C++ developer settings)

(Note that the hotkey may be different for different key binding schemes, and can be customised in Tools > Options > Keyboard. Also, Addins and Extensions (e.g. Resharper) may modify them or add their own equivalents. But the bound key will be displayed on the above menu so it's easy to determine what the hotkey is on your PC)

like image 96
Jason Williams Avatar answered Oct 20 '22 22:10

Jason Williams