I accidentally pressed something and now there are dashed lines before each line of code. How to remove it?
Asked
Active
Viewed 649 times
-3
-
This is not a duplicate question. This is asking about dashed lines, not dots. Just because both questions have the same answer does not mean it's a duplicate. – waxingsatirical Oct 03 '17 at 09:30
2 Answers
5
to turn on/off, do the following:
Edit > Advanced > View white space
or using keyboard shortcut Ctrl+E, S

Chris Mantle
- 6,595
- 3
- 34
- 48

John Woo
- 258,903
- 69
- 498
- 492
-
-
@huMptyduMpty, Some keyboard schemes differ. Even the "default" schemes on 2 boxes at my work are different. – gunr2171 Nov 01 '13 at 16:53
-
@gunr2171: When you goto `Edit > Advanced > View white space` in vs it shows as `CTRL + R, CTRL + W`. Thats why I was wondering ! – huMpty duMpty Nov 01 '13 at 16:54
-
-
1interesting, `CTRL + R, CTRL + W` doesn't work for me. I'm using visual studio 2012 also. – John Woo Nov 01 '13 at 16:56
-
1
That's just showing you whitespace by putting dots and arrows where spaces and tabs are.
Press Ctrl+R, Ctrl+W to turn it on/off.

Chris Mantle
- 6,595
- 3
- 34
- 48

D Stanley
- 149,601
- 11
- 178
- 240