Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open multiple projects in Webstorm 10

Tags:

webstorm

How can I open more than one project in Webstorm 10, like in Visual Studio?

like image 909
user254197 Avatar asked Jul 23 '15 07:07

user254197


People also ask

How do I open a new WebStorm project?

Click Create New Project on the Welcome screen or select File | New | Project from the main menu. The New Project dialog opens. In the left-hand pane, choose Empty Project. In the right-hand pane, specify the application folder and click Create.

How do I open project structure in WebStorm?

Right-click the folder in the Project tool window, select Mark Directory as from the context menu, and then select the necessary category. Alternatively, open the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Directories, and configure the categories of folders.


1 Answers

At the moment it's not possible to open 2+ projects in the same window and still have separate (independent) settings for each of them. To have independent settings you have to open projects in separate frames/windows.

You can "add" files from 2nd/3rd/etc project into main project by attaching that folder as separate node in Project View panel (but current project settings will apply to all of such additional nodes). That can be done via Settings (Preferences on Mac) | Project | Directories --> Add Content Root

like image 128
LazyOne Avatar answered Oct 01 '22 23:10

LazyOne