Farm
Farm

Reputation: 3396

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

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.

Upvotes: 27

Views: 19999

Answers (4)

German Meza
German Meza

Reputation: 146

On Newer versions of WebStorm (eg WebStorm 2022.1.1)

From the top options. File -> Attach project... -> Select project folder -> Click Open

This will "Add" the selected project folder into the workspace.

Upvotes: 0

Sajeer Babu
Sajeer Babu

Reputation: 1313

Webstorm supports opening two projects in one window now.

All you have to do is open first project then

File --> Open --> Select second project folder and click open --> Then click Attach from the next dialog box

This is working in Ubuntu

Upvotes: 0

chenop
chenop

Reputation: 5143

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

Upvotes: 43

CrazyCoder
CrazyCoder

Reputation: 401975

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

Upvotes: 33

Related Questions