Eclipse CDT - 显示派生类中的继承成员?

发布于 2024-12-05 07:38:42 字数 252 浏览 0 评论 0原文

在 Eclipse CDT 中,大纲甚至代码窗口是否有可能显示类的继承成员?这样我就可以全面了解派生类的功能。

class Derived : public Base {}

如果我在 Derived.cpp/h 中,我想在大纲中看到从 Base.cpp/h 继承的成员(或其他地方,可能直接在代码窗口中显示为灰色)。

将其包含在自动完成列表中固然很好,但拥有完整的概述会更好。

这有可能吗?

is it possible in Eclipse CDT that the outline or even the code windows displays inherited members of a class? So that I have a full overview of the derived class functionality.

class Derived : public Base {}

If I'm in Derived.cpp/h I want to see the inherited members from Base.cpp/h in the outline (or somewhere else, maybe greyed out directly in the code window).

Having it in the auto-complete list is nice, but having also a full overview would be better.

Is this somehow possible?

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

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

发布评论

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

评论(1

咋地 2024-12-12 07:38:42
  • F4 用于与类相关的完整层次结构视图。
  • Ctrl+T 显示所选成员函数的实现。
  • F4 for full hierarchy view related to a class.
  • Ctrl+T shows implementations for a selected member function.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文