Visual Studio 2010/Resharper - 按类别分类的智能感知?

发布于 2024-11-29 01:00:30 字数 311 浏览 3 评论 0原文

我有一个 Animal 类,我的 Cat 类继承了它。

当我将鼠标悬停在猫实例上或按 CTRL+Space 查看完整列表时,我希望首先仅查看猫的方法和属性,然后是动物的方法和属性,而不是全部属性和方法在一个按字母顺序排列的大列表中。

MonoDevelop 通过第二次 CTRL+Space 键来完成此操作,非常方便。

Visual Studio 2010 或 Resharper 是否具有此类功能?

I have an Animal class which my Cat class inherits.

When I hover over a cat instance or press CTRL+Space to see a full list, I wish to see only cat methods and properties first, then animal ones after instead of all properties and methods in one big alphabetical list.

MonoDevelop does this with a second CTRL+Space key press and is very handy.

Does Visual Studio 2010 or Resharper have this type of capability?

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

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

发布评论

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

评论(2

紫轩蝶泪 2024-12-06 01:00:30

Visual Studio 2010 不支持此类功能。无论如何,自 2008 年以来,这是一个很大的改进,您不需要从头开始输入名称...;-)

据我所知,resharper 也没有完全相同的模式。然而,它更加智能和可配置。您还可以使用不同的组合键来完成不同类型的操作。

您可以在此处阅读有关代码协助功能的更多信息。

无论如何,请在购买前检查试用版确保它适合您。您还可以检查其他综合扩展,例如 CodeRush Pro 等。

Visual Studio 2010 does not support such functionality. Anyway, since 2008 it is a big improvement that you do not need to type the name starting from its beginning.... ;-)

As far as I know, resharper does not have exactly the same mode too. However it is far more intelligent and configurable. There are also different key combination you can use for different types of completion.

You can read more about Code Assistance features here

Anyway, check the trial version before buying to be sure that it suits you. You can check also other comprehensive extensions like CodeRush Pro, etc.

万劫不复 2024-12-06 01:00:30

ReSharper 以粗体字体显示 Cat 的成员,并以常规字体显示继承的成员。所以你看到了差异。

在此处输入图像描述

ReSharper displays Cat's members in bold font and inherited members in regular font. So you see the difference.

enter image description here

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