Enabling triple/three slash XML comments in Visual Studio 2010 for C#

前端 未结 2 1658
执念已碎
执念已碎 2020-12-20 13:48

My work version of Visual Studio 2010 doesn\'t seem to generate XML commentary for me while coding in C# and typing ///. Yet, my Visual Studio 2010 at home does this just fi

2条回答
  •  天涯浪人
    2020-12-20 14:45

    Tools → Properties → Text Editor → C# → Advanced.

    Tick the checkbox next to Generate XML documentation comments for ///.

    XML comments config option

提交回复
热议问题