Visual Studio中有没有自动生成” { get; set; }”的插件
请问在Visual Studio 2015中有没有这样的插件?当输入下面的代码
public int CategoryId
之后,按tab键,会自动加上{ get; set; },变为:
public int CategoryId { get; set; }
不喜欢用输入prop+tab键的方式,不流畅。
回答
VS2022 终于支持这个功能了
THE END
二维码