Visual Studio 2010 code display colour scheme - where do I find some properties?
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
- 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 l开发者_StackOverflow中文版anguage.
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
The first one is XML Doc Attribute
.
The second one is HTML Element Name
.
精彩评论