Reputation: 3396
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
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
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
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".
Upvotes: 43
Reputation: 401975
WebStorm doesn't support opening multiple projects in the same frame, however you can add multiple content roots to the same project:
Upvotes: 33