如何使 Visual Studio 2010 中选定的 html 标记突出显示像在 Visual Studio 2008 中一样工作
在突出显示当前所选 html 元素的开始和结束标记时,有没有办法让 VS 2010 更像 VS 2008。
在 Visual Studio 2008 中,选定的 html 标签仅在元素的开始和结束标签上获得粗体字体以及 <; >人物,属性保持正常。
我在 VS 2010 中找到的唯一选项似乎是突出显示整个选定的标签、属性等。我发现没有任何东西可以控制所选标签本身。
有人知道如何让它更像旧编辑器一样工作吗?
谢谢!
Is there a way to make VS 2010 work more like VS 2008 when it come to highlighting the begin and end tags of the currently selected html element.
In Visual Studio 2008 the selected html tag simply gets a bold font on the beginning and end tags of the element along with the < > characters, and the attributes remain normal.
The only option I can seem to find in VS 2010 is to highlight the entire selected tag, attributes and all. I have found nothing that just controls the selected tag itself.
Anyone know a way to make it work more like the old editor?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到工具 ->选项->环境->字体和颜色。然后选择大括号匹配(矩形),将项目背景设置为您的IDE正在使用的相同背景,并选中粗体选项。应该可以做到这一点。
Go to Tools -> Options -> Environment -> Fonts and Colors. Then select Brace Matching(Rectangle), set the item background to the same background your ide is using and also check the bold option. That should do it.
转到工具 ->选项->环境->字体和颜色。然后选择突出显示的参考。更改项目背景。
这适用于 VS2015 - 我不确定 VS 的其他版本。
Go to Tools -> Options -> Environment -> Fonts and Colors. Then select Highlighted Reference. Change the Item background.
This works in VS2015 - I'm not sure about other versions of VS.