microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.71k stars 29.08k forks source link

Improve discoverability of Compact Folders option #89292

Open mhanuszh opened 4 years ago

mhanuszh commented 4 years ago

When somebody wants to disable compact folders people rarely search for terms like "compact folders", but rather for "empty folders", "flattened folders"

Discoverability of this feature could be improved if

ArturoDent commented 4 years ago

Yes, I have seen a few recent SO questions on this - they are all duplicates - but no one knows what to search for.

joaomoreno commented 4 years ago

@roblourens Is there such a feature in which I can add specific keywords to setting contributions so people find them easier?

roblourens commented 4 years ago

Yeah, we can

if you let me know what you want, I can add those

ArturoDent commented 4 years ago

Definitely "flattened" should be added. Maybe "merged"?

roblourens commented 3 years ago

I would still like to do these settings search tweaks, it's easy, except that there are some issues with the service the past couple weeks and I can't do it right now.

mhanuszh commented 3 years ago

Can this issue be expanded to be more general?

There are other situations where this would be useful, and not just in the settings search, but also in the command palette, for example: folding/unfolding could be referred to as "collapse"

Also, the frequently used settings should be marked as such and elevated to the top of the list

roblourens commented 3 years ago

but also in the command palette, for example: folding/unfolding could be referred to as "collapse"

We talked about a similar fuzzy search capability for the command palette awhile back, but no plans to do this in the near future.