Visual Studio 2010 代码显示颜色方案 - 在哪里可以找到一些属性?

发布于 2024-08-20 06:05:39 字数 608 浏览 3 评论 0原文

我正在研究自己的配色方案,用于在 Visual Studio 中显示代码。我找不到某些文本部分名称,所以我不知道在哪里更改其颜色。 :( 任何人都可以帮助我并告诉我在哪里可以找到它们,我的意思是以下部分的名称是什么:

  1. 灰色部分(文档标签值及其引用) - 下面的图片

XML 文档注释属性
(来源:yfrog.com

  1. 橄榄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:

  1. The grey one (documentation tag value and it's quote) - picture below

XML Doc Comment Attribute
(source: yfrog.com)

  1. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

伴随着你 2024-08-27 06:05:39

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

缘字诀 2024-08-27 06:05:39

第一个是 XML 文档属性

第二个是 HTML 元素名称

The first one is XML Doc Attribute.

The second one is HTML Element Name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文