How to see file and class structure
Hi. I know how to view the file structure of my project, and the structure (functions) from my class. But I can't see both panels at the same time, right now, I have to chose between one or the other. Any way to do this?
Please sign in to leave a comment.
Hi there,
Many solutions, really: https://www.jetbrains.com/phpstorm/webhelp/manipulating-the-tool-windows.html
1) Move required toolwindow to opposite side: have Structure on the left side and Project View on the right (or other way around)
For this: grab the tool window title and drag-drop it to a desired place. .. or just right click on it (the title) and choose one of the 3 options of "Move to"
2) Each side has top and bottom positions: have Structure on the left top .. and Project View on left bottom (or whatever configuration is better for you)
For this: grab the tool window title and drag-drop it to a desired place .. or right click on window title and activate or deactivate "Split Mode"
3) Since v8 PhpStorm can have #2 displayed next to each other (2 columns) rather than one under another (1 column). Obviously, this is more suited if you have really wide monitor.
For this: go to Settings/Preferences and using search box search for "side-by" (the required options will be under "Appearance & Behaviour | Appearance" in v8.0.2)
https://www.jetbrains.com/phpstorm/webhelp/appearance.html --- look for "Side by side layout on the left/right" on that page