vote up 4 vote down star
3

Is there a way to specify which namespace "includes" should be automatically added any time you create a new C# file in Visual Studio 2008?

Thanks!

flag

56% accept rate

2 Answers

vote up 7 vote down check

Yes you can edit the visual studio templates.

you can locate the templates for c# in: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp

Each template is in a zip file just edit the desired file in the archive.

Hope this helps.

link|flag
vote up 2 vote down

SUggest you look at ReSharper.. from JetBrains Inc ( )

it suggests, and then automatically adds namespaces for you when you add a reference to a new class that needs one, as well as many many other productivity enhancements.

link|flag

Your Answer

Get an OpenID
or

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