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!
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!
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.
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.