Reputation: 7521
Is it possible to have more than one window (for the same project) in PhpStorm ? If yes, how ?
Upvotes: 21
Views: 19606
Reputation:
Note for those trying to add a key shortcut for the Split Horizontally or Split Vertically buttons:
As of 2017.3.4, you can add the shortcut by going to Settings -> Keymap -> Main Menu -> Window -> Editor Tabs -> Split Vertically/Horizontally.
This still applies as of version 2019.2
Upvotes: 1
Reputation: 423
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
Upvotes: 10
Reputation: 117
I was going to add this as a comment, on Nima Ghaedsharafi's post. The path to '''Split Horizontally''' and '''Split Vertically''' looks to be '''Window > Editor Tabs > Split ...''' in Version. 2017.1.4
Upvotes: 1
Reputation: 1271
You can split the editor window but I'm not sure if that's what you were asking.
Upvotes: 0
Reputation: 401887
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.
Upvotes: 28