IntelliJ idea and Eclipse have a slightly different term for the workspace on the new project, as seen in the differences.
We created our project in Eclipse in the new workspace directory, but there is no workspace concept in idea, and the project in ideas is equivalent to workspace in Eclipe, so the question is, I usually build several related small projects in one workspace under Eclipse (not multiple modules for a large project), such as I wrote a lot of interface projects, they are not part of the same project but they are all interface class projects, so I put them in Workspace_ WebService such a workspace, so what if we use idea how to import these interface items into the same directory (in the same project as in "idea"?). ), the general Idea Import project is that each project is in a separate directory, and the following step-by-step shows how to import multiple projects created under eclipse with idea into the same project (that is, importing the same directory). 1, in the Idea home page Select a new project, this step is to create a directory (equivalent to a new workspace under Eclipse Workspace) 2, choose to create a new empty Project 3, fill in a directory name (equivalent to workspace name), and then finish , you are prompted to create a new model, temporarily not created, point off. 4, the following from SVN to import a number of small projects to our new Idea project, as follows: Vcs--checkout from version control--subversion, select Project, determine
5, select the check out the storage directory of the project, we choose our new Idea empty project directory, click OK.
6, select your check out the name of the small item, OK 7, select SVN version 8, when it is finished to open the newly checked out items, you can temporarily select No, one will be unified according to model into the idea project
9. Import the small project into the new Idea project, then the project belongs to the idea Project model. File-->new-->model from Existing Sources: Select the item that you just checked out, then follow the prompts to import from the Eclipse project or follow the MAVEN project into the idea project, and after importing, Each of these projects, which originally belonged to a small Eclipse project, is now imported into idea to form an unrelated large project, so you can open and edit each model without switching to the idea directory. We created our project in Eclipse in the new workspace directory, but there is no workspace concept in idea, and the project in ideas is equivalent to workspace in Eclipe, so the question is, I typically build multiple related small projects in one workspace under Eclipse (not multiple modules for a large project)
IntelliJ idea import multiple eclipse projects into the same workspace