0

I've noticed that all of a sudden the following lines have appeared in Visual Studio 2017 Professional:

See here

Does anyone know what they are and how to disable them?

a--
  • 558
  • 2
  • 15
  • Possible duplicate of [Why does the Visual Studio editor show dots in blank spaces?](https://stackoverflow.com/questions/973571/why-does-the-visual-studio-editor-show-dots-in-blank-spaces) – Dude Pascalou Mar 19 '18 at 14:28

1 Answers1

0

Possible duplicate with : Why does the Visual Studio editor show dots in blank spaces?

In short :

Visual Studio is configured to show whitespace.

Press Ctrl+R, Ctrl+W.

If you are using C# keyboard mappings: (thanks Simeon)

Press Ctrl+E, S.

If you want to use the menu: (thanks angularsen)

Edit > Advanced > View White Space
Dude Pascalou
  • 2,989
  • 4
  • 29
  • 34