0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

visual Studioの項目テンプレート追加方法(C#)

Posted at

何回も繰り返す作業はテンプレ化して効率化を図る。
image.png
項目のテンプレートはこんなやつ

テンプレ用のプロジェクト作成

image.png
ファイルから適当にプロジェクト作成

テンプレ用のcsファイルを作る

image.png
$$で囲まれたパラメータを利用するとスマート
パラメータの詳細は公式へ

テンプレ化する

image.png
プロジェクト>テンプレのエクスポート
image.png
項目テンプレートにチェック>次へ
image.png
テンプレ化したいcsファイルを選択
image.png
選択不要。
image.png
テンプレート名:テンプレにしたい名前
テンプレートを自動的に チェック
完了後VSを再起動で追加される。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?