alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

[FEATURE] - Can bookmark support sorting and grouping? #709

Closed ghost closed 5 months ago

ghost commented 5 months ago

Can you provide a sorting and grouping function for bookmarks? Sometimes when marking code, I need to classify different functional modules, and sometimes I also need to mark the execution order of the code.

phazei commented 5 months ago

I actually just came here to request something similar. Being able to rearrange the bookmarks in the list would be good, I went to sort them into order of importance and realized there was no way to do that.

I was going to also suggest multiple colors for the bookmarks, but I suppose that ties into grouping. If they can be dragged around then they could be dragged to different groups, and each group could have a optionable color. There could be a group marked active that all new bookmarks go into. Then if someone switches tasks, they can change the active group and new bookmarks will go into that group.

butleger commented 5 months ago

Agree, this would be cool feature

alefragnani commented 5 months ago

Hi @bruce-wayne-business ,

The grouping feature is already being tracked in #254, and should be called Tags. The sorting is already being tracked as well, in #217, #435 and #443.

Hope this helps