How to Turn Off Showing Whitespace Characters in Visual Studio IDE

Juan picture Juan · Nov 1, 2010 · Viewed 107k times · Source

I don't know what I did but I don't know how to get rid of those arrows on the left.

alt text

Answer

Mitch Wheat picture Mitch Wheat · Nov 1, 2010

CTRL+R, CTRL+W : Toggle showing whitespace

or under the Edit Menu:

  • Edit -> Advanced -> View White Space

[BTW, it also appears you are using Tabs. It's common practice to have the IDE turn Tabs into spaces (often 4), via Options.]