我可以让 resharper intellisense 更喜欢属性而不是类型吗?
我经常使用与类型同名的属性,例如,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能举一个失败的例子吗?
我已经在这里回复了,所以我可以向您展示我使用它时的屏幕截图。
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.