alefragnani / vscode-bookmarks

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

[FEATURE] - Bookmark groups #636

Closed diegovdev closed 11 months ago

diegovdev commented 11 months ago

Hi great extension!

Would be ideal to be able to group bookmarks with custom names, so in big code bases you can have multiple categories at will (intercom, APIs, codesmells, core, frontend, etc). And be able to see the list by groups instead of by filename as we have right now.

The view by filename becomes cumbersome once you start having a lot of bookmars.

alefragnani commented 11 months ago

Hi @eldiegocvl ,

This is already being tracked in #254, and will be called Tags. More detailed at https://github.com/alefragnani/vscode-bookmarks/issues/254#issuecomment-914523838. With that, you will be able to apply a Tag to bookmarks and switch/activate sets whenever necessary.

Hope this helps