How to add a standard set of 'using' statements in VS?

I have Visual Studio 2008, and I constantly add the same 3 or 4 statements with every file I create .... Is there a way I can define them somewhere in VS, so every time I create a file, this added a standard set of inclusions?

+5
source share
4 answers

You can create a template that matches the desired, according to

http://msdn.microsoft.com/en-us/magazine/cc188697.aspx

+5
source

You can do this by editing the Visual Studio element templates.

More info here

+3
source

, Visual Studio, , , C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates ( ItemTemplatesCache ).

0

, ReSharper. . , , ( ) , , .

-1

All Articles