How to configure automatically inserted XML comments in C # / VS2010 without external tools

If you type "///", VS2010 inserts an xml-doc block. However, there is no way to customize the xml-doc templates to be inserted. I just found a way to do this for VB.NET or using external tools like GhostDoc.

Is there any way to do this without external tools?

+4
source share
1 answer
+4
source

All Articles