3
Eclipse has the concept of Workspace, where you can import multiple projects to the same Workspace and view all of them at the same time.
Intellij IDEA has an alternative that does not have the Workspace name, but the goal is the same. For this, you need to create an empty project:
New Project > Empty Project
After that you only need to import the projects (in your case, starting with BuildTools
) as modules of this empty project, simulating a Workspace.
You want like a Workspace on Intellij IDEA, this is it?
– Dherik
Yes! Exactly.
– sYsTeM