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

Sidebar icon - show number of bookmarks #610

Closed mlntr closed 1 year ago

mlntr commented 1 year ago

Show how many bookmarks are in a project/page on the sidebar icon (so users don't need to open the sidebar to see). I believe this feature is now implemented in VS Code API.

image

alefragnani commented 1 year ago

Hi @mlntr ,

This has been addressed in #153 , and should be available in the next release.

Hope this helps