L13 / vscode-projects

Manage your workspaces and projects in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-projects
Other
18 stars 1 forks source link

Add groups/subgroups to Saved Projects #21

Closed stefanobartoletti closed 3 years ago

stefanobartoletti commented 3 years ago

First of all thank you for this addon, it is a great way to organize projects inside VS Code, and in fact also all your other extensions are great.

I think it would be useful to be able to further organize projects in groups/subgroups when saving them. At the moment I'm using a name pattern (something like [group name] project name, so [work] website development or [course] vue framework course), but a proper way to categorize projects would be great. Ideally one could also be able to click on the group name to fold/unfold it, and maybe to customize the group icon.

As an example, something like this

Screenshot_20210131_193413

L13 commented 3 years ago

Hi and thank you.

I had a similar idea about grouping favorites. The advantage is that you can group everything. It would work like favorites in Diff Folders. So you can also open all projects at once in a group. I would try this first.

stefanobartoletti commented 3 years ago

I understand. I suggested saved projects because I don't really use favorites that much, but I understand your reasoning.

L13 commented 3 years ago

Hi, I want to give you a short update. I have implemented groups in the next version, which allows to group favorites and workspaces (git, vscode, subfolder). These groups are also available for every kind of sorting. Subgroups are not available, because I want to keep it simple.

On the other side I have rewritten/refactored nearly the whole source. So I have to test a lot until I release the new version. This kind of refactoring also affects the extension Diff Folders.

These extensions are spare time projects so I make no promises when everything is done. But maybe they are available at end of march or april.

stefanobartoletti commented 3 years ago

Thank you for your effort, these extensions are really useful and top quality, and I wasn't aware that they were developed by a single person.

No need to hurry, and really, thank you.

L13 commented 3 years ago

Hi, version 0.18.0 is now available and supports groups. I started in the QA phase with the next feature to provide more options to organise projects. stay tuned. ^^

stefanobartoletti commented 3 years ago

Just updated and tested, it is exactly what I had in mind! Thank you!