Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2010 Visual Studio 2010中的自动源文件前言?_Visual Studio 2010_Templates_Plugins_Licensing_Comments - Fatal编程技术网

Visual studio 2010 Visual Studio 2010中的自动源文件前言?

Visual studio 2010 Visual Studio 2010中的自动源文件前言?,visual-studio-2010,templates,plugins,licensing,comments,Visual Studio 2010,Templates,Plugins,Licensing,Comments,我想配置我的VS2010,以便在每次创建新的源文件时,都包含一个注释序言(将包含一个许可证)。我们迫切需要的是C#,但最好为不同的语言预定义不同的注释块(这可能是因为注释语法不同而需要的) 有第三方插件吗 例如: /* * This software is licensed under the terms of Blah. * Use of this software is conditional to saying "Blah". */ using System; using Syst

我想配置我的VS2010,以便在每次创建新的源文件时,都包含一个注释序言(将包含一个许可证)。我们迫切需要的是C#,但最好为不同的语言预定义不同的注释块(这可能是因为注释语法不同而需要的)

有第三方插件吗

例如:

/*
 * 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
{
    class Program
    {
        static void Main(string[] args)
        {
        }
    }
}
找到它: