I'm using Visual Studio 2008 SP1
in VB.NET, when I type ''' above a function, some automatic default XML comments appear:
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
I would like this to be the following instead:
''' <summary></summary>
''' <remarks></remarks>
Is there a way to change what appears when you type ''' above a function?