eclipse : how to differentiate/distinguish different open workspaces

后端 未结 5 2540
南旧
南旧 2021-02-20 06:49

I will need to use multiple workspaces for a recent project. Each workspace might consist of 10 or more projects.

When I\'m switching between various applications and di

5条回答
  •  猫巷女王i
    2021-02-20 07:38

    Use the -showlocation command line argument when starting Eclipse. This shows the current workspace name in the window's title. You can also put the argument in the eclipse.ini file.

提交回复
热议问题