How to change the default "using" for blank classes in c#?

Caporegime
Joined
18 Oct 2002
Posts
29,493
Location
Back in East London
I'd like to change which "using"s are auto-added to my blank classes in VS2008 (defo 2008 this time, in case anyone read my last thread :p) at the moment the default are System, System.Collections.Generic, System.Linq, and System.Text, in case people are not sure what I mean. :)

Can't find anything on/in help and have rooted around the settings.. does anyone know?

Much obliged. :)
 
There's a lot of things that would be good to be able to do.. there's a lot of useful features I have spotted that VS would benefit greatly from. One that I have thought would be already in VS is when creating a subclass of an abstract class or interface, that it automatically creates the required override definitions for you (blank for the moment of course) .. unless it does and I just don't know how it does this. :)
 
Last edited:
Back
Top Bottom