Highlight Matching Brace In Visual Studio

后端 未结 1 1585
野趣味
野趣味 2021-01-08 01:14

In Notepad++ for example when your cursor is next to a brace it will highlight the corresponding opening or closing brace on screen.

Check out the link below for a e

1条回答
  •  臣服心动
    2021-01-08 01:22

    The Visual Studio 2013 C# editor has brace highlighting. Place the cursor on the outside of the brace, (not the inside) to see the highlight.

    Default Brace color

    The default color is very subtle, use the Tools\Options\Fonts And Colors setting to apply a different highlight color.

    Fonts and Colors setting

    New Brace Color

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