Visual Studio auto-including (C#)

include, templates, visual-studio-2008

Solution

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.

Problem

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!

Original source