Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple Windows in PhpStorm

Tags:

Is it possible to have more than one window (for the same project) in PhpStorm ? If yes, how ?

like image 644
AsTeR Avatar asked Feb 28 '13 09:02

AsTeR


People also ask

How do I open multiple projects in PHPStorm?

Open multiple projectsSelect File | Open from the main menu and then in the Select Path dialog, select the directory that contains the project to open.

How do I switch between tabs in PHPStorm?

Switch between tabs To move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.


2 Answers

PhpStorm supports only one frame per project.

Note that you can drag editor tab outside of the main window to create another window for the editor. Tool window panels can be also detached and moved to to the second display if you so desire.

like image 161
CrazyCoder Avatar answered Sep 28 '22 01:09

CrazyCoder


You can choose Split Horizontally or Split Vertically from Windows menu!

As they are so useful, you can put two shortcuts to use them easier. I put option + 1 for splitting vertically and option + shift + 1 for splitting horizontally.

Update In 2017 versions, The Split Horizontally and Split Vertically options are located into Windows > Editor Tabs

like image 40
Nima Ghaedsharafi Avatar answered Sep 28 '22 01:09

Nima Ghaedsharafi