用于自动属性的 ReSharper 代码片段
有没有办法使用 ReSharper 通过代码片段创建自动属性?喜欢VS的道具吗?
Is there a way to create an auto property via code snippet using ReSharper? Like the prop for VS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Resharper 5 有一个用于自动属性的 prop 片段。 4.5不行吗?
Resharper 5 has a prop snippet which goes to auto-property. Does 4.5 not?
您可以创建实时模板,
只需转到 Resharper 菜单,然后选择实时模板。单击绿色小 + 图标并添加以下内容:
然后提供所需的快捷方式,然后就可以开始了。
You can create a Live Template
Just go to the Resharper menu, and choos Live Templates. Click the little green + icon and add this:
Then give the wanted shortcut, and you are good to go.
是的。您可以设置任何您想要的片段。这些在 Resharper 中被称为“实时模板”,并且比 VS 版本具有更多的功能。只需在 VS 中选择“Resharper->Live Templates..”即可编辑它们。
Yes. You can setup any snippet you wish. These are called "Live Templates" in Resharper, and have a lot more functionality than the VS versions. Just choose "Resharper->Live Templates.." in VS to edit them.