Eclipse 中如何将文件与文件夹分开?
我最近从 Windows 切换到 OSX,并且正在寻找合适的 IDE。我在 Windows 上使用 PHPDesigner,现在在 OSX 上尝试 Eclipse。
因此,在 PHPDesigner 和我多年来使用的其他一些 IDE 中,有一种方法可以将文件树拆分为不同的文件夹和文件。顶部是像平常一样的文件树,下面是另一个框,其中仅包含所选文件夹中的文件。这对我来说很好,因为我一直在做的很多项目每个文件夹中都有多个文件。
Eclipse 只有树视图,当您单击某个文件夹时,它会列出所有子目录和文件,这会很快使树变得混乱,并使导航到不同目录变得更加困难。
有没有办法让 Eclipse 从树浏览器中分离目录/文件?还有其他适用于 OSX 的 IDE 建议吗?
I've recently switched from Windows to OSX and I'm looking for a proper IDE. I was using PHPDesigner on windows and now I'm trying Eclipse on OSX.
So in PHPDesigner and some other IDEs I've used over the years, there was a way to split the file tree into distinct folders and files. At the top would be the file tree like normal, and below it was another box that contained just the files in the selected folder. This is good for me as alot of the projects I've been working on have more then a few files in each folder.
Eclipse simply has the tree view, and when you click on a folder it lists all the sub-directories and files, quickly cluttering the tree and making it harder to navigate to different directories.
Is there a way to make Eclipse split the directory/files from its tree browser? Any other IDE suggestions for OSX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当涉及到“整理”文件/目录树时,您可以使用 mylyn (它已经是 Eclipse 的一部分:您不必安装它)。
请参阅本教程:mylyn 有一个以任务为中心的显示方法,可以让您仅显示您正在处理的内容。
When it comes to"un-cluttering" the tree of files/directories, you can use mylyn (which is already part of Eclipse: you don't have to install it).
See this tutorial: mylyn has a task-focused display approach which will let you display only what you are working on.