Hi,
Thanks for creating this great tool.
Please also ensure shortcut for “Expanding/Collapsing all sections at once” is added to the shortcut list.
Below is VSCode bindings, but others should also do the job.
Ctrl + K + [ -> Collapse all.
Ctrl + K + ] -> Expand all.
VSCode also does this:
If key binding executed on title, then it executes on all items.
If it is executed on an item, it collapses/expands items nested below such an item.
Thanks.