I need to set a default comment, so that in every project that is created it appears, without typing it every time.
Ex: \ Author: Peter H.
I need to set a default comment, so that in every project that is created it appears, without typing it every time.
Ex: \ Author: Peter H.
The templates used to start the code are in C:\VisualStudioInstallationDirectory\Common7\IDE\ItemTemplates\VisualBasic33\
and you can move them at will.
Obviously, VisualStudioInstallationDirectory
is where your VS is.
This is something that was used a lot in the 70s / 80s. With version control people stopped doing this. If two people tinker with the code, who is the author? Putting this type of comment today is considered a mistake. It will not cause great harm, but if you want to do it well, do not put things that should not be in code.