How to remove dotted line from text editor in visual studio?
Asked Answered
B

4

19

Unfortunately I hit some shortcut from Visual Studio text editor.After that there will be a dotted line in my text editor along with every code.i tried by resetting Environment from tool menu.

Still also am getting those line.

It makes my editor seems bad.

So please help me to fix this problem.

Babbette answered 3/1, 2015 at 17:48 Comment(4)
Do you have a screenshot?Caffey
Edit + Advanced, View White Space. Looks like a "dotted line" when turned on.Svend
@HansPassant, your suggestion works. You should take your comments to a response and the original author of the post should mark your response as an answer.Constable
possible duplicate of Hide the signs space the visual studioSvend
O
44

I am assuming, You must have hit CTRL+E & CTRL+S by mistake. You can get rid of those dotted lines by pressing the same keys again or go to EDIT tab -> Advanced and click on "View White Space"

I guess this should eradicate the problem

Observant answered 20/9, 2016 at 9:6 Comment(2)
This fixed it for me, old question but this answer is correct.Klan
Works on VS2019 (FYI, I use with C# 2005 key bindings)Demarche
O
3

If you're talking about the vertical lines connecting indented blocks of text, the answer is Tools -> Options -> Text Editor -> General -> Show structure guide lines

Offensive answered 13/12, 2021 at 5:17 Comment(0)
A
1

Click View then down below you'll find Render Whitespace click on that and it will disappear

Aplanospore answered 26/9, 2021 at 12:45 Comment(0)
M
0

Press ctrl+shift+p to open the command palette and search for toggle render whitespaces and click it and the dotted white spaces will disappear.

Megasporophyll answered 25/4, 2021 at 12:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.