1、全局查找 Ctrl+Shift+F
2、创建初始化字段 按Alt+Enter
public StudentsController(SchoolContext context 按Alt+Enter) //生成一下 public SchoolContext Context { get; } public StudentsController(SchoolContext context) { Context = context; }
3、快速创建构造函数 ctor 按2下Tab键
4、快速字段 prop 按2下Tab键
5、vs中的智能提示默认选中 的切换快捷键 Ctrl+Alt+Space(空格)
选中状态
未选中状态