Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工作区,里面有很多项目。eclipse 是否提供有关工作区项目的统计信息?我可以只计算目录的数量,但我认为这并不准确,因为只有一些目录可能会作为 Eclipse 中的项目导入。
单击Package Explorer Eclipse 视图中的第一个项目,然后按 shift 并单击最后一个项目。您将在窗口底部看到项目计数。
如果您在 Linux/Unix 环境中,请 cd 到您的工作区并使用:
find . -name ".project"