Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are these dots coming from? How to get rid of them?

For the life of me, I don't know when and how these "dots" started showing up in my IDE. I'm not sure if it's Visual Studio OR Code Rush from DevExpress that is doing it.

alt text

If anyone knows how to make them go away, please help! =)

like image 471
mattruma Avatar asked Dec 18 '22 05:12

mattruma


1 Answers

Those dots represent space characters. You will also see little arrows for tabs, and little hooked arrows for carriage returns.

Press CTRL + R + W to toggle the dots you're seeing.

BTW this is a standard Visual Studio feature. It has nothing to do with CodeRush or any other plugin.

EDIT As Martin points out, you could press CTRL + R, then CTRL + W. Personally I press CTRL then hold it down for the R & W keystrokes. It's less typing.

like image 69
Drew Noakes Avatar answered Dec 21 '22 23:12

Drew Noakes