Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

GhostDocを入れてみました

GhostDocを入れてみました。
SubMain / GhostDoc - Simplify your XML Comments!
Simplify your XML Comments! ...

Ctrl + Shift + D だけでここまでコメントを自動生成してくれます。

/// <summary>
/// <see cref="T:System.Windows.Forms.Form"/> クラスの新しいインスタンスを初期化します。
/// </summary>
/// <remarks></remarks>
public Form1() {
   InitializeComponent();
}

今まで手で書いてたのがばからしくなってしまいました。