Default "usings" statements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to change the default "using" statements that are created by
Visual Studio when you create a new class? Do I have to create a new file
type? So, instead of choosing "New -> Class" I would have to choose "New ->
MyClass".

Basically, I want to add "Using System.IO;" and "Using System.Diagnostics"
so that when I create a new class, they will automatically show up. VS
Macro??

Help..
 
Back
Top