开发者

Visual Studio highlighting source code in bold

开发者 https://www.devze.com 2022-12-28 09:40 出处:网络
While editing HTML/ASPX/ASCX etc in visual studio 2005; whenever I select an html tag, visual studio highlights the entire开发者_StackOverflow tag in black and bold; the black I\'m not so fussed about

While editing HTML/ASPX/ASCX etc in visual studio 2005; whenever I select an html tag, visual studio highlights the entire开发者_StackOverflow tag in black and bold; the black I'm not so fussed about but the bold changes the length of the line and really messes up the formatting.

Is there a way to disable this?

Thanks, Chris


In VS2010: Select menu Tools - Options, select Environment / Fonts and Colors, look for Brace Matching (Rectangle) in the Display items list. Uncheck the Bold checkbox and click on Ok to confirm.


In VS2008, go to the Tools >> Options menu, expand the Environment category in the treeview and select Fonts and Colors. Under Display Items, select HTML Attribute Name and uncheck the "Bold" checkbox.

0

精彩评论

暂无评论...
验证码 换一张
取 消