Bold
-
Monday, August 20, 2012 7:00 PM
At the tools menu on visual studio font/colors i can make my own style. I already put all 'comments' with bold but the class comments doesnt make bold./// <summary> /// Example /// </summary>
Where i can change this color? this font-weight? Or it is not possible, and i can change only comments with double slashs?
All Replies
-
Monday, August 20, 2012 7:08 PMModerator
You can change it by going into Fonts and Colors, and changing the color/properties of the "XML Doc Comment" entry.Reed Copsey, Jr. - http://reedcopsey.com
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Marked As Answer by Akayster Monday, August 20, 2012 7:25 PM
-
Monday, August 20, 2012 7:10 PM
Tools > Options > Environment > Fonts and Colors
For /// (triple slash) comments in the Text Editor, you'll need to change the style for "XML Doc Comment" display items. You can check the Bold checkbox and it should become bold too.
- Marked As Answer by Akayster Monday, August 20, 2012 7:25 PM

