Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I hide or diminish VS2017's vertical lines in the editor

Visual Studio 2017 uses quite bright, dashed, vertical lines within code's indentation to highlight the extent of various scopes.

enter image description here

How can I turn these off, or make them less vivid?

like image 220
Drew Noakes Avatar asked Mar 07 '17 22:03

Drew Noakes


2 Answers

You can reduce the intensity of these lines:

enter image description here

In VS2017, go to menu Tools, Options....

Navigate to Environment/Fonts and Colors and scroll to select the Structure Guide Lines display item.

enter image description here

Click custom, then drag down the black arrow to the right of the dialog until you see a colour you like.

enter image description here

like image 96
Drew Noakes Avatar answered Oct 19 '22 00:10

Drew Noakes


You can also turn them off completely from Tools\Options, Text Editor, General, Show structure guide lines.

like image 5
MattGertz Avatar answered Oct 18 '22 23:10

MattGertz