Customize C# Standard Document Generators (XML Comments) in Visual Studio

后端 未结 3 686
无人及你
无人及你 2021-01-13 09:56
  • Is there any other kind of documentation generator shortcuts for C# (like /// Generates function() Code) or any tool item (like sign
3条回答
  •  没有蜡笔的小新
    2021-01-13 10:14

    This is now >6 months old, but I think the answer to this question: Change default XML comment snippet in Visual Studio will get you where you want to be. Just add your custom comment structure to the CDATA section, and you're all set.

提交回复
热议问题