In PhpStorm, what is a quick way to collapse or expand all the comment (doc) blocks in a file?
In the docs here it says:
Folding and expanding code blocks works for entire classes, inner and anonymous classes, method bodies, import lists, comments, HTML and XML tags, closures and language injections.
And then further down says:
If you hold the Alt modifier and click a toggle button in the gutter, the code block will be collapsed or expanded recursively, i.e. all sub-blocks within the parent block will also be collapsed or expanded.
But I'm not seeing how this Alt modifer
works? I hold Alt then click the toggle button and only that block alone collapses. I tried this in the top class doc block, and also in the property/method doc blocks. Am I missing something?