vote up 2 vote down star

Is there an easy way in Visual Studio to assign default usings when i make a new file in a certain (sub)namespace in my project?

flag

2 Answers

vote up 3 vote down check

You can create a new template with File -> Export Template... -> Item Template, but to be honest I never bother - there is a "Remove Unused Usings" option for cleaning down, and Ctrl+. for adding them...

link|flag
vote up 2 vote down

Modify the template file in zip files under "c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Code\1033\"

link|flag

Your Answer

Get an OpenID
or

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