AL.
AL.

Reputation: 11

Visual Studio 2008 - formatting/control characters/marks

I don't know what I did but somehow the IDE has started displaying a green dot whenever I press spacebar and a green arrowhead whenever I press TAB. The source has become littered with these characters all over and I am finding it very difficult to code in the presence of so many formatting marks. I have tried to search a solution on Google but couldn't perhaps enter the right keywords so haven't been able to fix the behavior.

Is there any way I can stop VS2008 IDE from littering my source code with these green dots and arrowheads whenever I press spacebar/tab?

I would be really thankful for this help.

Thanks,

-AL PS: Re-posting the question as I am new to this forum and probably couldn't see the email notification option earlier. My apologies for this inconvenience.

Upvotes: 1

Views: 1431

Answers (2)

rahul
rahul

Reputation: 187060

Press Ctrl R, W

See How to enable Visible White Space?

Upvotes: 2

Mesh
Mesh

Reputation: 6442

Edit Menu->Advanced->View White Space or CTRL+E,S

Upvotes: 2

Related Questions