How to change default comment color in vs2010

Tool/Options/Environment/Fonts and Colors

I have problems to find a color display element that I have to change in order to change the default color for triple slash comments:

/// code here

Now I can change the color display element for standard comments of one line, for example

// code here.

Any tips?

thank

+5
source share
3 answers

Finally, I found a solution as follows:

Options / Environment / Fonts and Colors / Comments XML Doc

+9
source

, , , , , . , , .

  • CSS
  • HTML
  • VB Xml
  • XML VB
  • VB Xml Doc Tag
  • VB Script
  • XAML
  • XML
  • XML Doc
  • XML Doc Tag
+4

In the mentioned menu Fonts and Colorsyou want to change the display element XML Doc Tag. You can change other XML properties there to further customize the attributes in the triple slash comment.

+3
source

All Articles