1.类中输入 prop\t\t 得到
public int MyProperty { get; set; }
光标移动到 int 后方。
2.输入 ctor\t\t 得到构造器函数
public Seat()
{
}
3.输入 cw\t\t 得到
Console.WriteLine();
光标移动到括号里。
原文地址:https://www.cnblogs.com/chenh/p/10295808.html
时间: 2024-10-31 07:15:27
1.类中输入 prop\t\t 得到
public int MyProperty { get; set; }
光标移动到 int 后方。
2.输入 ctor\t\t 得到构造器函数
public Seat()
{
}
3.输入 cw\t\t 得到
Console.WriteLine();
光标移动到括号里。
原文地址:https://www.cnblogs.com/chenh/p/10295808.html