Project and Structure navigation splitting in PhpStorm 7/8/9

Sure, just grab your "Structure" tool window button (the one on the left side, that has "7" in the title) and drag it to the bottom part of the same side.

Alternatively just right click on tool window button or title bar and choose "Split Mode" -- it will move it to the opposite part of the same side (e.g. will move from Left Top to Left Bottom -- just as per your image).

Official manual page.


This took me a really long time to figure out.

For you to set this up, you need to

First: make sure each Tool Window is set to "Pinned Mode" and "Docked Mode" (you can do this by right clicking on the Project/Structure tab)

Second: the Tool Window you want on top should have the "Split Mode" NOT checked

Third: the Tool Window you want at the bottom should have the "Split Mode" checked


Step :

  1. Preferences
  2. Appearance & Behaviour
  3. Appearance then untick side-by-side layout on the left at Window options
  4. Project tab move to the left side and make sure untick split-mode
  5. Structure tab move to the left side and make sure tick split-mode

As of version 2019.1, PHPStorm tool windows no longer behave the way the other answers say, that is, there is no explicit "split mode". Instead, it uses the location of the tab; you can no longer split tool windows if they are in the same tab group, but you can display two tool panes by putting them in different groups. So if you're looking for the standard projects half-pane at the top, and structure at the bottom, put structure in the top left group, and structure in the bottom left, and then enable them both - and the view will split.

To reiterate – if you have both project and structure in top left, there is no way to split them; you must move the tab.

Tags:

Phpstorm

Ide