How to share Eclipse configuration over different workspaces

后端 未结 11 2256
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 03:54

I\'m using Eclipse (PDT) as primary IDE on different machines. (like at home, laptop, in office, etc.). How could I share the Eclipse and project configuration pragmatically

11条回答
  •  甜味超标
    2020-12-02 04:33

    Simply copy the directories

    ${old_workspace}/.metadata/.plugins

    from an existing project to the new one.

    That worked well within (rather simple) PHP projects.

提交回复
热议问题