View all Intellij projects created

Asked

Viewed 285 times

3

I don’t know much about Intellij’s environment. But what I really wanted to know is how can I see all the projects I’ve created, like in the Eclipse environment.

Below, only one project appears, which I created.

inserir a descrição da imagem aqui

If I close the program and start it again, it will be the same.

  • You want like a Workspace on Intellij IDEA, this is it?

  • Yes! Exactly.

1 answer

2


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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.