Bold or italic in C# or VB documentation comments?

后端 未结 5 849
轻奢々
轻奢々 2021-02-18 14:48

Is there a way to use bold or italic inside documentation comments? Something like:

/// 

        
5条回答
  •  故里飘歌
    2021-02-18 15:17

    This feature is now available in Visual Studio 2019 version 16.3.0 (release notes).

    • You can use the or tags for italic.
    • You can use the or tags for bold.
    • From the release notes, a variety of html tags seem to be supported, but the official documentation doesn't seem to be updated with this new feature just yet.

    It looks like this: .

提交回复
热议问题