Search code examples
asp.netvisual-studio-2008using-directives

Using directives in new files


Is it possible to have additional "using" directives automatically added to my new aspx.cs files so that I do not have to keep typing the same ones over and over again (i.e. custom namespace using directives)


Solution

  • You can edit the files that are used by the template. Better yet, create your own. File + Export Template.