oleg-shilo / Favorites.vscode

VSCode extension for managing Favorites
MIT License
23 stars 6 forks source link

Provide a way to have toggled lists #22

Closed mbaas2 closed 2 years ago

mbaas2 commented 3 years ago

I found that my favs-list got too long, so I split it into several lists, according to topics or categories. Much better! But now that I'm entered this minimalistic route, I wonder if it possible to open/close "sub-lists" within a list. Basically the same way WSX deals with subfolders. I would really by happy about such an enhancement! 😉

oleg-shilo commented 3 years ago

Making it into Enhancement I think technically it can be done.

mbaas2 commented 3 years ago

Cool - that stirs up hope! 😉

oleg-shilo commented 3 years ago

Done. 3efa1ae Will be available in the very next release You can create grouped lists according this pattern: [group_name.]<list_name>.list.txt

image