在 Eclipse 中生成项目的地图/图表
在 Eclipse 中,有没有办法生成某种“项目图”或流程图来显示引用了哪些类以及工作区中的位置?
换句话说,有没有一种方法可以直观地表示工作空间或项目的调用层次结构?
In Eclipse, is there a way to generate some kind of "project map" or flowchart that shows what classes are referenced and where within the workspace?
In other words, is there a way to visually represent the call hierarchy of a workspace or project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于任何给定的方法,您可以右键单击“打开调用层次结构”并向上或向下查看。
对于任何给定的方法或类,您可以右键单击“引用”。
没有什么可以显示完整的参考图。恕我直言,在许多/大多数情况下,这会太混乱而无用。
有关插件,请参阅之前的帖子。
For any given method, you can right-click, "Open Call Hierarchy" and look upward or downward.
For any given method or class, you can right-click, "References".
There's nothing to show a full graph of references. In many/most cases, this would be too cluttered to be useful, IMHO.
For plugins, see earlier post.