Visual Studio 2010 代码显示颜色方案 - 在哪里可以找到一些属性?
我正在研究自己的配色方案,用于在 Visual Studio 中显示代码。我找不到某些文本部分名称,所以我不知道在哪里更改其颜色。 :( 任何人都可以帮助我并告诉我在哪里可以找到它们,我的意思是以下部分的名称是什么:
- 灰色部分(文档标签值及其引用) - 下面的图片
(来源:yfrog.com)
- 橄榄color:VB语言文档中asp.net的标题。 - <% 和下划线。
http://img12.yfrog.com/img12/7375/headerqt.png
(注意:图像现已损坏)
为了编写我的代码,我使用 vb.net 语言。
I'm working on my own colour scheme for displaying code in visual studio. I can't find some text section name so I don't know where to change its colour. :( Can anybody help me and tell me where do I find them, I mean what is the name of the following sections:
- The grey one (documentation tag value and it's quote) - picture below
(source: yfrog.com)
- The olive colour: header of a asp.net in vb language document. - <% and underline.
http://img12.yfrog.com/img12/7375/headerqt.png
(NOTE: image is now broken)
To write my code I use vb.net language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XML Doc comment、XML Doc Quote 应该是您所寻找的。 VB用户类型,用户类型也和关键字一样。
你可能想节省一些时间,我刚刚做了我的配色方案,我称之为 Steam(基于 Valve 的 Steam 平台)。看起来有点像你想要的,
因为我是新人,所以无法发布屏幕截图,但这里有一个下载链接。您可以通过VS中的工具菜单导入它。它包括重新锐化器颜色设置。
Steam for VS 2010/08
XML Doc comment, XML Doc Quote should be what your looking for. VB user types, User types and keyword also.
You might want to save yourself some time, i just did my color scheme, which i call Steam (based on Steam Platform from valve). It kind of looks like what your going for
I can't post a screenshot since i am new, but here is a download link. You can import it via the tools menu in VS. It includes resharper color settings.
Steam for VS 2010/08
第一个是
XML 文档属性
。第二个是
HTML 元素名称
。The first one is
XML Doc Attribute
.The second one is
HTML Element Name
.