How to make PHPStorm collapsing all methods/functions on file open?

This works for me: CTRL SHIFT numpad –

It also collapses the class… but then just manually re-open the class by clicking the + and the methods are folded.

And then you can re-open all methods with CTRL SHIFT numpad +

https://www.jetbrains.com/help/phpstorm/code-folding-commands.html

Leave a Comment