XML comments schema customization in C#
Allow to customize the XML tags recommended for use in XML inline comments for documentation.
Just as in VB, a CSharpXMLDoc.xml could be saved in AppData to pass C# editor the customized XML elements.
6 comments
-
John Willemse commented
I couldn't believe this was not a implementable feature yet.
-
Andrew commented
I want this so I can automatically create and fill in the <remarks> block with info I am repeatedly typing.
-
Todd Morrison
commented
+1 for me.
I have a good set of rest services that generate a Swagger UI feed using ASP.NET WebApi.
Since the documentation for rest services extend far beyond what is available in the existing code doc spec, it would be nice to add in custom fields.Examples of fields I have had to parse out of the summary:
<ErrorResponses>
<ErrorResponse code="404" message="Resource not found" />
<ErrorResponse code="300" message="blah blah, i think you get it" />
</ErrorResponses> -
jian Yao
commented
Yes, I like this idea.
-
Anonymous
commented
Yes, we need the ability to easily add "new" tags to the comment template.
-
sergeb
commented