vote up 5 vote down star
5

I have Visual Studio 2008 and I find myself constantly adding the same 3 or 4 using statements with every file I create.... Is there a way that I can define these somewhere in VS so every time I create a file this standard set of includes are added?

flag

4 Answers

vote up 5 vote down check

You can create a template that matches what you want, as per

http://msdn.microsoft.com/en-us/magazine/cc188697.aspx

link|flag
vote up -1 vote down

This doesn't answer your question directly, but you should take a look at ReSharper. It is a great tool for all kinds of reasons. But one thing it does in particular is add (and remove) all those using directives for you automatically, so you don't have to even think about it.

link|flag
vote up 0 vote down

If you want to change the built-in templates that come with Visual Studio, rather than creating your own derivitives, you can try updating the files that live around C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates (though you may also need to update the ItemTemplatesCache folder for the changes to be picked up immediately).

link|flag
vote up 3 vote down

You can do it by editing Visual Studio Item templates.

More information here

link|flag

Your Answer

Get an OpenID
or

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