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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -