Can we edit the function comments XML to something else?

When you press /// you get the automatic comments for auto documentation but I would like add 2 extra lines to each one as I like to mark the start of functions to make code easier to read.

I’d like to create this each time I press ///


///*******************************************************************
/// <summary>
/// Saves the comms settings
/// </summary>
/// <param name="sender"></param>
///*******************************************************************

I see from old version of VS it was possible to do this but 2013 onwards doesn’t seem to support this.

So when you press /// you want it to automatically create 2 more of those /// right below each other?

Yes, insert the 2 lines above and below the /// after I type them.

@ Dave McLaughlin - You will need to write your own VS extension as one way that comes to mind.