0

I'm not sure what I clicked on but I'm sure it was a mistake.

And now every line in my code is like this:

.............return list;

What should I click to remove all this green points before each line ?

leppie
  • 115,091
  • 17
  • 196
  • 297
  • 5
    See http://stackoverflow.com/questions/973571/why-does-the-visual-studio-editor-show-dots-in-blank-spaces – Steve Jun 29 '16 at 16:52
  • 2
    CTRL + R, CTRL + W will toggle between showing whitespaces as dots and not. – Cengiz Araz Jun 29 '16 at 16:53
  • It's good to have the whitespace characters always displayed simply to check if you don't mix space and tab indentation, if you don't have trailing whitespace, etc. You can also check both using the Visual Studio extension. – David Ferenczy Rogožan Jun 29 '16 at 17:16

0 Answers0