We all know that once Eclipse has switched workspaces, it means that all configurations need to be re-
That's why most people like to throw a lot of irrelevant items under the same workspace and then manage them through working set.
Although this looks neat, but also with a problem: After more project projects, Eclipse will use more and more cards, and finally directly to smash the computer.
Solution:
Set up a workspace, configure personal preferences, environment configuration, and so on, the current workspace only to the project related projects
If you want to develop a new project and switch to a new workspace, turn off eclipse
Overwrite the. Metadata/.plugins/org.eclipse.core.runtime/.settings folder in the original working directory with the corresponding location of the new workspace
This eliminates the need to configure it more than once.
Questions about Eclipse switching workspaces