Automatic source file preamble in Visual Studio 2010? [closed]
I would like to configure my VS2010 so that, every time a new source file is created, a comment preamble (which will contain a license) is included. Our immediate need is for C#, but it would be nice to predefine different comment blocks for different languages (which may be needed because of different comment syntaxes). Is there a 3rd-party plugin for that? Example: /* * This software is licensed under the terms of Blah. * Use of this software is conditional to saying "Blah". */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1