Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get rid of the dots!

I was coding on a project in VS2008 and I tried to hit CTR + R +E to encapsulate a field as a property(feature of resharper) and I fummble fingered, now I have dots everywhere I have spaces and I cant figure out how to get rid of it. e.g.

using.System;

Namespace.EgNamespace
{
....public.class.TestClass
....{
........public.void.TestMethod()
........{
............return;
........}

....}
}

The dots are centered but its very close to that. I have been serching the tools->options->Text Editor for a toggle to turn it off but I am at a lost.

like image 249
Aaron Avatar asked Apr 23 '09 23:04

Aaron


2 Answers

Ctrl+R, Ctrl+W or

Edit –> Advanced –> View White Space

like image 69
Daniel A. White Avatar answered Nov 18 '22 16:11

Daniel A. White


Personally, I like visible white space a lot, but only if it's changed from the strong green to a mild gray. See What are your most-recommended Visual Studio preferences?

like image 39
Jay Bazuzi Avatar answered Nov 18 '22 15:11

Jay Bazuzi