Is there a way to modify the default template for new pages so that it includes my custom 'using' statements?
views:
117answers:
1
+1
A:
From Steve's blog, it suggests that you edit the Class.cs file located in:
%Program Files%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Code\1033\Class.zip
Be sure to regenerate the template cache by running:
%Program Files%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe /setup
Make sure you wait for the process to exit (watch your task manager!).
Web templates are in a different zip:
%Program Files%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Web\1033\WebForm.zip
Jarrod Dixon
2008-11-14 03:22:39