Add XML Documentation Helper
Add a helper to the editor so that when /// is typed on the line before a property or method, the summary and param blocks are added similar to how it works in Visual Studio per this article:
OR
Enable intellisense for /// < to template the common options:
/// <summary
/// <param
/// <returns
/// <see
1
vote
Richard Diamond
shared this idea
-
Jay Michael Asbury commented
Also ''' in vb
''' <summary>
'''
''' </summary>