Visual Studio 2008 中的链接大括号
如何在 Visual Studio 2008 (C#) 中在左大括号和右大括号之间创建一条垂直线,如果您不明白我在说什么,请看下面的图片(图1)。
[图1 - 我想用牙套来做这个] http://www.hanselman.com/blog/content/binary/vsbeforefonts.png谢谢
。
How can I, create a vertical line between the open brace and close brace in Visual Studio 2008 (C#), if you can't understand about what I'm talking, there's a following picture(Pic1).
[Pic1 - I want to do this with the braces]
http://www.hanselman.com/blog/content/binary/vsbeforefonts.png
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我来说,这看起来像 DevExpress ......
具体来说,“结构突出显示”功能:
(来源:devexpress.com)
That looks like DevExpress to me....
Specifically, the "Structural highlighting" feature:
(source: devexpress.com)
这些行是由 CodeRush 创建的,这是一个不仅仅是大括号匹配的插件。
Those lines are created by CodeRush, an addin with more that just brace matching.