How to share Eclipse configuration over different workspaces

后端 未结 11 2238
被撕碎了的回忆
被撕碎了的回忆 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:54

    There are two questions here. First, there are project definitions, the .project files and project specific settings. Personally, I like those in my source control, as it makes checking out a project and setting up an IDE much easier.

    Second, you have the workspace settings. You will see a lot of questions in this area. I suggest taking a look at Pulse: it is an enhanced Eclipse distribution that can, among other things, save your workspace settings and sync them with multiple machines or team members.

提交回复
热议问题