Eclipse 将包组织到文件夹层次结构中
我在 Eclipse 项目中有一堆包,它们的名称如下: edu.xxx.proj.app edu.xxx.proj.demo edu.xxx.proj.utils Eclipse 有没有办法自动将它们折叠成文件夹结构?我希望它们在工作台上如下所示:
edu__
|_xxx__
|_proj__
|_app
|_demo
|_utils
I have a bunch of packages in an Eclipse project they have names like:
edu.xxx.proj.app
edu.xxx.proj.demo
edu.xxx.proj.utils
Is there a way in Eclipse to automatically collapse them into a folder structure? I would like them to be as follows on the workbench:
edu__
|_xxx__
|_proj__
|_app
|_demo
|_utils
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击包管理器中的小向下三角形,然后转到“包演示”。从那里选择“hierarchal”,这应该可以解决它。
Click the little down pointing triangle in the package manager and go to "package presentation". From there select "hierarchal" and that should take care of it.