When I type in the three apostrophes (above a class, method, etc.) and press
enter, the IDE generates the
following lines.
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
If there are arguments in the sig line, they are also tagged.
I would like to add more to the default template. (more tags) I can't see
where this is coming from. Does anyone know if there is a way to modify
this? Or even what template file this is being generated from?
I know that I can add tags after it is generated. I want to modify the
template so that my changes are the default (available everytime).
Thank you
enter, the IDE generates the
following lines.
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
If there are arguments in the sig line, they are also tagged.
I would like to add more to the default template. (more tags) I can't see
where this is coming from. Does anyone know if there is a way to modify
this? Or even what template file this is being generated from?
I know that I can add tags after it is generated. I want to modify the
template so that my changes are the default (available everytime).
Thank you
Comment