Productivity power tools 2013 remove vertical indent lines

Visual StudioEditorVisual Studio-2013Productivity Power-Tools

Visual Studio Problem Overview


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?

Visual Studio Solutions


Solution 1 - Visual Studio

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

Solution 2 - Visual Studio

VS 2013, I have to include this step:

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

Solution 3 - Visual Studio

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

Solution 4 - Visual Studio

In Visual Studio 2017 (15.5.2):

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmrzliView Question on Stackoverflow
Solution 1 - Visual StudiomrzliView Answer on Stackoverflow
Solution 2 - Visual StudioDio PhungView Answer on Stackoverflow
Solution 3 - Visual StudioRichard MooreView Answer on Stackoverflow
Solution 4 - Visual StudioTonatioView Answer on Stackoverflow