Set a standard comment for every new project

Asked

Viewed 56 times

4

I need to define a standard comment, so that in every project that is created it appears, without having to type it every time.

Ex.: Author: Pedro H.

1 answer

6


The templates used to start the codes are in C:\VisualStudioInstallationDirectory\Common7\IDE\ItemTemplates\VisualBasic\1033\ and can handle them at will.

Obviously VisualStudioInstallationDirectory is where your VS is, usually at Program Files (x86)\Microsoft Visual Studio.

However, this is something that was used a lot in the 70/80 years. With the version control people have stopped doing that. If two people tamper with the code, who is the author? Posting this type of comment today is considered a mistake. It won’t do much harm, but if you want to do it right, don’t put things that shouldn’t be in code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.