常用简写快速生成代码

1.类中输入 prop\t\t 得到

public int MyProperty { get; set; }
光标移动到 int 后方。

2.输入 ctor\t\t 得到构造器函数

public Seat()
{

}

3.输入 cw\t\t 得到

Console.WriteLine();
光标移动到括号里。

posted @ 2019-01-20 19:00  1936xinyang  阅读(214)  评论(0编辑  收藏  举报