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.
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.
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 c# visual-studio visual-studio-2013 visual-studio-2015 comments
You are not signed in. Login or sign up in order to post.