Eclipse CDT - 显示派生类中的继承成员?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)