用于自动属性的 ReSharper 代码片段

发布于 2024-08-22 06:19:20 字数 47 浏览 7 评论 0原文

有没有办法使用 ReSharper 通过代码片段创建自动属性?喜欢VS的道具吗?

Is there a way to create an auto property via code snippet using ReSharper? Like the prop for VS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

此岸叶落 2024-08-29 06:19:21

Resharper 5 有一个用于自动属性的 prop 片段。 4.5不行吗?

Resharper 5 has a prop snippet which goes to auto-property. Does 4.5 not?

疯到世界奔溃 2024-08-29 06:19:21

您可以创建实时模板

只需转到 Resharper 菜单,然后选择实时模板。单击绿色小 + 图标并添加以下内容:

public $type$ $name$ { get; set; }

然后提供所需的快捷方式,然后就可以开始了。

You can create a Live Template

Just go to the Resharper menu, and choos Live Templates. Click the little green + icon and add this:

public $type$ $name$ { get; set; }

Then give the wanted shortcut, and you are good to go.

花辞树 2024-08-29 06:19:21

是的。您可以设置任何您想要的片段。这些在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文