Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm : How to import multiple project in same window in WebStorm

Tags:

Need help to figure out how to import multiple projects in same window in WebStorm, In IntelliJ we can do this using modules, But I don't see that feature in WebStorm.

like image 924
Farm Avatar asked Dec 15 '12 03:12

Farm


People also ask

How do I import a project into WebStorm?

In the Project tool window, select a folder, and press Ctrl+Alt+O . In the Optimize imports dialog, select the Process only VCS changed files and click Run.

Can we import multiple projects in IntelliJ?

Make sure that there are several IntelliJ IDEA projects opened in separate windows. From the main menu, select Window | Merge All Project Windows. Drag a project's tab to work with the project in a separate window again.


2 Answers

WebStorm doesn't support opening multiple projects in the same frame, however you can add multiple content roots to the same project:

add content root

like image 76
CrazyCoder Avatar answered Oct 05 '22 15:10

CrazyCoder


From Webstorm 2019.2 - you can open multiple projects in the same Webstorm instance.

File --> Open --> Go to the project directory --> Open:
In the Open Project dialog , select "Attach".

enter image description here

like image 36
chenop Avatar answered Oct 05 '22 16:10

chenop