Answered Bold

  • Monday, August 20, 2012 7:00 PM
     
      Has Code
    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 PM
    Moderator
     
     Answered
    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
     
     Answered

    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
    •