Visual Studio 2013 Vertical Brace Lines

Visual Studio-2013

Visual Studio-2013 Problem Overview


How do you turn off the vertical lines that connect the braces in C# code? Is this a VS 2013 property? Is this resharper 8 doing this? Thanks

Visual Studio-2013 Solutions


Solution 1 - Visual Studio-2013

Yes, I hate it and was going to ask the same question, but I have figured it out. You must have ProductivityPowerTools installed too. Go to Tools->Options->Productivity Power Tools->Other Extensions and there is an option group called Structure visualizer options. In there is a checkbox for Show code structure in editor. Turn this off, and job done!

Solution 2 - Visual Studio-2013

Works for VS2017 and VS2019

Tools > Options > Text Editor > General > Uncheck Show Structure Guide Lines

They keep on changing these things

Solution 3 - Visual Studio-2013

For Visual Studio 2017 look at

Tools -> Options -> Text Editor -> [lang] -> Advanced -> Block Structure Guides

[x] Show guides for declaration level constructs
[x] Show guides for code level constructs

Solution 4 - Visual Studio-2013

Recently you can find it under Edit -> Outlining

Solution 5 - Visual Studio-2013

I'm using Visual Studio 2017 Enterprise now and found this setting under Tools -> Options -> Text Editor -> General, uncheck the box "Show structured guide lines"

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
QuestionKirbyView Question on Stackoverflow
Solution 1 - Visual Studio-2013stevethethreadView Answer on Stackoverflow
Solution 2 - Visual Studio-2013CrismogramView Answer on Stackoverflow
Solution 3 - Visual Studio-2013Tomas KarbanView Answer on Stackoverflow
Solution 4 - Visual Studio-2013Zsolt BalaiView Answer on Stackoverflow
Solution 5 - Visual Studio-2013KirbyView Answer on Stackoverflow