Interview Question in Visual Studio 2003


 

Interview Question :: I want to hide tab, space, etc. indicators in Visual Studio 2003

I'm not sure what sequence of key presses or mouse clicks I did to enable this, but now every tab and space in my code editor is displayed as a special character (similar to Microsoft Word if you click the "paragraph" button). So if I have code:

blah = blah++;

I get

->blah.=.blah++;

It's really annoying, and I'd like to turn it off.
by ksk