kdcro101 / vscode-favorites

Add files and directories to workspace favorites. You can create groups (and subgroups) of favorite items with files and folders. Time saver for complex projects.
MIT License
49 stars 13 forks source link

Expand all favorites groups button #43

Open arfordweb opened 5 years ago

arfordweb commented 5 years ago

Is your feature request related to a problem? Please describe. Sometimes, my favorites disappear or become collapsed, leaving me to expand them all out again.

Describe the solution you'd like Provide an Expand All button like the existing Collapse All button, but that will recursively expand all favorites groups instead.

fharper commented 3 years ago

I would love that also!

halo commented 2 years ago

On macOS this seems to work already, just hold option (aka Alt) while clicking on the expand arrow. The normal file explorer in VSCode works the same way.

fharper commented 2 years ago

On macOS this seems to work already, just hold option (aka Alt) while clicking on the expand arrow. The normal file explorer in VSCode works the same way.

I think it works only for subfolders/subgroups in a group? I cannot expand all folders/groups with one click if they aren't nested, or am I missing something?

halo commented 2 years ago

Ah, now I understood. Yes, what you describe is currently not possible.

(To not clutter the UI maybe the "collapse all" button could become a toggle for both expanding/collapsing all.)