xml - C#: Change default tripple slash (///) tags -
is possible change editor's behavior of tags displayed default when using typing ///?
for example, editor add tag <author>
, remove tag of <return type>
.
so instead of:
/// <summary> /// summary /// </summary> /// <param name="name">my param description </param>
i like:
/// <summary> summary </summary>
it has been suggested this post duplicate, answer given there vb. comments (in 2013) seems not availalbe in 2013. know if still case vs 2015?
Comments
Post a Comment