Wondering if someone might direct me on if it's possible to have a comment header dynamically populated when creating new files in Visual Studio 2019.
i.e., say I create a new project the Program.cs would have this header at the top above the first 'using' statement:
($ denoted content would by dynamically populated)
/
Name : $safeprojectname$
Author : $name$
Created : $time$
Version : 1.0
OS : Windows 10, Visual Studio 2019 community
Copyright : Work based on needed
specifications or project scope
Description : This program overall description here
Input: list and describe
Output: list and describe
/
Thanks,
Anthony