user4334355
user4334355

Reputation:

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

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.

Upvotes: 19

Views: 14063

Answers (5)

Daemon Ants
Daemon Ants

Reputation: 1

This exemplifies one of the greatest failures in this software. 3 solutions to solve one problem because the solution changes after every update.

CTRL+E, CTRL+S is for ShowStackTraceExplorer now

View-> Render Whitespace was removed.

ctrl+shift+p does nothing now.

The current solution is under the tools menu -> text editor -> view whitespace.

Upvotes: 0

Eliot Gillum
Eliot Gillum

Reputation: 912

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

Upvotes: 3

Djerbien
Djerbien

Reputation: 99

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

Upvotes: 1

YASH KUMAR
YASH KUMAR

Reputation: 1

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.

Upvotes: 0

Nemeton
Nemeton

Reputation: 745

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

Upvotes: 45

Related Questions