简体   繁体   中英

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

需要帮助来弄清楚如何在 WebStorm 的同一窗口中导入多个项目,在 IntelliJ 中,我们可以使用模块来做到这一点,但我在 WebStorm 中看不到该功能。

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".

在此处输入图像描述

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

添加内容根

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM