Pretty Doc CommentsA Visual Studio extension that overlays XML doc comments with a rendered image. It makes the comment much more readable and reduces visual noise created by XML-tags. CompatibilityIt works with single line comments in C#, C++, F# (
Getting StartedDownload and run the extension (VSIX) for Visual Studio 2022 or later from the Visual Studio Marketplace or, from within Visual Studio, search for "PrettyDocComments" in the "Extensions and Updates" UI. Editing XML doc commentsWhen the text cursor (or the text selection start or end) is on a doc comment line, the pretty image is hidden and the original XML text is revealed and ready to be edited the usual way. ConfigurationYou can configure the appearance of the prettyfied comments in menu Tools / Options..., section Pretty Doc Comments Collapse to SummaryYou can collapse the comments so that text following the <summary> tag will be hidden. This is a global setting affecting all the comments. Expanded (default): Collapsed: A greater than sign (>) appears to the lower right of the comment if text was hidden. You can change this setting in three ways:
|