vote up 3 vote down star
1

Is there a way to have Visual Studio 2008 automatically add heading information to files? For example, "Copyright 2008" or something along those lines. I've been digging through the options, but nothing seems to be jumping out at me.

flag

2 Answers

vote up 4 vote down check

I assume you'd like to modify the class file templates. They're in:

%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Code\1033

More specific details here

link|flag
Not exactly what I was looking for, but looks to be very useful for the future. Thanks! – Ben Robbins Sep 29 '08 at 0:21
What exactly are you looking for? – TheSoftwareJedi Sep 29 '08 at 0:52
My question was phrased poorly. I want to retroactively add the information to existing files, but the project isn't so huge that I can't do it manually. I'll make a code snippet that adds the header text I want. I assumed there was a per-solution setting I could specify. – Ben Robbins Sep 29 '08 at 1:28
vote up 1 vote down

I found a better solution than modifying the template file directly. This utility allows you to create and save header/footer templates and apply them to entire source trees.

C# Header Designer from MSDN Code Gallery

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.