Automatic opening comment documentation template

  • Thread starter Thread starter Unique Display Name
  • Start date Start date
U

Unique Display Name

Guest
I'm looking for an extension that creates a standard comment block template at the top my code whenever I create a new project for windows form or console apps in C#. So The first time a go to start editing code, I would already see something like this:

/********************************************************
* ClassOrCompanyName 05/02/2020
* Author: John Smith
*
* Description:
*
* To Do:
*
********************************************************
* CONTENTS:
* ***********
*
*
********************************************************/
And I could just fill in the appropriate details from there. I know I could just keep a template in a text file but I was curious if anyone knew of something like this. I've tried searching for one but I always get results for things like auto XML documentation or auto-comment for methods or something.

Continue reading...
 
Back
Top