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 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 |