Visual Studio 2013 Vertical Brace Lines

前端 未结 5 1926
天涯浪人
天涯浪人 2020-12-24 04:54

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

相关标签:
5条回答
  • 2020-12-24 05:07

    Works for VS2017 and VS2019

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

    They keep on changing these things

    0 讨论(0)
  • 2020-12-24 05:09

    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"

    0 讨论(0)
  • 2020-12-24 05:10

    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!

    0 讨论(0)
  • 2020-12-24 05:18

    Recently you can find it under Edit -> Outlining

    0 讨论(0)
  • 2020-12-24 05:24

    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

    0 讨论(0)
提交回复
热议问题