Does anyone know of a Visual Studio 2010 C # plugin that will be:
Let me easily modify (or create a new) XML comment template. I need to add some user-specific tags to the template. For example, when I comment on a method I would like the tag to be automatically inserted along with Summary and Param when I print ///.
Let me modify the html style template that is used when extracting comments into a beautiful html document. I would like the documentation to be added through 1) to show in HTML.
source
share