What is the difference between the Eclipse Package Explorer and the Eclipse Project Explorer?

前端 未结 7 969
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 07:09

It seems to me these two views are virtually identical, especially since Galileo. Is this true, or am I missing out on some features of one or the other?

7条回答
  •  春和景丽
    2020-12-02 07:39

    My Project Explorer hides folders that belong to a source code management system while the Package Explorer shows e.g. the .git folder. Also, the Package Explorer offers more options that work with the source code, e.g. the refactoring stuff.

提交回复
热议问题