我可以让 resharper intellisense 更喜欢属性而不是类型吗?

发布于 2024-11-17 10:49:41 字数 207 浏览 2 评论 0原文

我经常使用与类型同名的属性,例如,

public User User {get;set;}

当尝试在类中使用此属性并输入“User”时,resharper intellisense 将默认为该类型,并添加命名空间以将其与属性区分开。

有没有办法让 resharper intellisense 更喜欢属性而不是类型?

I often use properties with the same name as the type, for instance

public User User {get;set;}

When trying to use this property in the class and typing in "User", the resharper intellisense will default to the type, adding the namespace to differentiate it from the property.

Is there a way to make resharper intellisense prefer properties over type?

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

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

发布评论

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

评论(1

心清如水 2024-11-24 10:49:41

你能举一个失败的例子吗?

我已经在这里回复了,所以我可以向您展示我使用它时的屏幕截图。

在此处输入图像描述

Can you give an example where this fails?

I have replied down here so I can show you a screenshot of how it looks when I use it.

enter image description here

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