Member-only story
Open multiple projects in the Same Workspace with IntelliJ IDEA & Basic Shortcut
While IntelliJ IDEA does not allow you to open multiple projects in the same window, it does allow you to have multiple modules in one project.
Message to Readers:
If you are a paid subscriber, enjoy the story! If you want to read the full story for free, please click on the link below. However, you must follow me; this will encourage me to write more helpful stories for you. Be sure to check out my story list, as I will be creating more free content for you!
Read my this free story here.
Step 1- Open Your Primary Project:
Start by launching IntelliJ IDEA and opening the main project you’re working on. This will serve as the workspace base.
Step2 -Add a New Project to in Same Workspace:
go to → click on “file”→ click on “project structure” → click on “module” → click on “+”
Step 3- When you click the “+” icon, you’ll have two options:
1- New Module 2- Import Module(Select)
Use second options Importing Module by Selecting the POM File
When you click Import Module, you can select the pom.xml
file of the project you want to add…