VSクラスとメソッドアノテーションテンプレート生成
3031 ワード
コンテンツ参照先:
クラスコメント:https://www.cnblogs.com/yilezhu/p/11132090.html
メソッドコメント:https://blog.csdn.net/lyzyung/article/details/82258688?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
クラスコメント
1.まず、VSのインストールディレクトリにナビゲートします.
E:\Program Files (x86)\Microsoft Visual Studio 14.0
Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class
ここではあなたのvsバージョンによって経路が適切に調整される可能性があります.具体的にどのように調整するか、私はあなたのように頭がいいと思います.理解できるはずです.
2.テンプレートの変更と保存using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
$endif$
namespace $rootnamespace$
{
/**
*┌────────────────────────────────────────────────┐
*│ :$safeitemrootname$
*│ :xlwang
*│ :1.0
*│ :$time$
*└────────────────────────────────────────────────┘
**/
class $safeitemrootname$
{
}
}
メソッドコメント
コードクリップを使用したメソッドクイックコメント使用方法:vsでツールを選択->コードクリップマネージャ->コメントをインポートしてショートカットに設定する
comment
xlwang
Expansion
Summary
Param
Retrun
CreateDate
Author
xlwang
1.まず、VSのインストールディレクトリにナビゲートします.
E:\Program Files (x86)\Microsoft Visual Studio 14.0
Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class
ここではあなたのvsバージョンによって経路が適切に調整される可能性があります.具体的にどのように調整するか、私はあなたのように頭がいいと思います.理解できるはずです.
2.テンプレートの変更と保存
using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
$endif$
namespace $rootnamespace$
{
/**
*┌────────────────────────────────────────────────┐
*│ :$safeitemrootname$
*│ :xlwang
*│ :1.0
*│ :$time$
*└────────────────────────────────────────────────┘
**/
class $safeitemrootname$
{
}
}
メソッドコメント
コードクリップを使用したメソッドクイックコメント使用方法:vsでツールを選択->コードクリップマネージャ->コメントをインポートしてショートカットに設定する
comment
xlwang
Expansion
Summary
Param
Retrun
CreateDate
Author
xlwang
comment
xlwang
Expansion
Summary
Param
Retrun
CreateDate
Author
xlwang