Is there a file anywhere you can edit to include a few more default tags?
At the moment, in VB, when you do ''' you get, i guess you get the same defaults in c# when you ///:
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
I just want to add a couple more nodes to the <summary> section for author, date created and change history.
At the moment, in VB, when you do ''' you get, i guess you get the same defaults in c# when you ///:
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
I just want to add a couple more nodes to the <summary> section for author, date created and change history.