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

Auto-create groups to mirror folder structure #42

Open arfordweb opened 5 years ago

arfordweb commented 5 years ago

Is your feature request related to a problem? Please describe. I use this extension by creating favorites groups that mirror the folder structure of my project. That allows me to view the same folders I need for the work I'm doing, but with only the files I care about right now. But creating this folder structure is pretty tedious. And I sometimes add files to the wrong favorites group.

Describe the solution you'd like It would be nice if we had additional options when adding files to our favorites, in addition to "Add to favorites" and "Add to group of favorites". They could be:

arfordweb commented 5 years ago

Whether these options show up can be controlled by a config setting for the extension so that users can hide these options if they're not interested in them.