mrzli
mrzli

Reputation: 17369

Productivity power tools 2013 remove vertical indent lines

I'm using "Visual Studio 2013 Ultimate" and "Productivity Power Tools 2013". There are these vertical indent lines and I don't know how to remove them.

I tried disabling "Column Guides", but it was not related to this.

Here is an image of what it looks like now:

enter image description here

Any ideas?

Upvotes: 52

Views: 13622

Answers (4)

Tonatio
Tonatio

Reputation: 4198

In Visual Studio 2017 (15.5.2):

Tools -> Options -> Text Editor -> C# -> Advanced -> Block Structure Guides -> Disable all

Upvotes: 0

Richard Moore
Richard Moore

Reputation: 1162

For VS2017 go to Tools->Options->Text Editor->General - uncheck Show Structure Guidelines.

Upvotes: 9

mrzli
mrzli

Reputation: 17369

Found it. It is the "Structure Visualizer" option.
Go to "Tools->Options" and in dialog select "Productivity Power Tools".

It is an option close to the end of the list:

Productivity Power Tools Structure Visualizer

Upvotes: 97

Dio Phung
Dio Phung

Reputation: 6272

VS 2013, I have to include this step:

Tools --> Options --> Productivity Power Tools --> Other Extension --> Turn off "Show code structure in Editor"

Upvotes: 10

Related Questions