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] - Add bookmark Categories / Tags #649

Closed jenkinsakp closed 3 months ago

jenkinsakp commented 9 months ago

When the number of bookmarked items grows, it becomes more difficult to locate setting files. As a result, its special ability -to rapidly access a file in a big project- is almost lost. Hello team, When the number of bookmarked items grows, it becomes more difficult to locate setting files. As a result, its special ability -to rapidly access a file in a big project- is almost lost. As a result the following can be put into considration.

Enable users to assign tags to bookmarked items using tags. This tags can be used to categorize files based on various criteria such as functionality, importance, or project phase. This will provide users with a flexible way to filter and search for files based on their tagged attributes.

...........................................................................................................................

User (Tag name)

-usersApi.php -usersProfile.vue -Mutation.js

Calendar (Tag name)

-Calendar.js -Calendar.vue -calendarItems.vue .........................................................................................................................

Benefits:

Implementation Plan:

Thanks

alefragnani commented 3 months ago

Hi @jenkinsakp ,

This is already being tracked in #254, and I'm planning to finally look into it.

Thanks for your understanding