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] - Ability to delete all bookmarks #466

Closed vlkv closed 3 years ago

alefragnani commented 3 years ago

Hi @vlkv ,

You already can do that, both for files or entire workspace.

There are two different commands available:

Hope this helps

petar-dochev-f3 commented 2 years ago

Still it would be nice to have a button or menu item. For example in the search pane there is a button Clear Search Results.

alefragnani commented 2 years ago

Hi @petar-dochev-f3 ,

The Side Bar has Buttons and a Context Menu items, to delete a single bookmark and all bookmarks from a file.

If you still think the Side Bar should have a new Menu Item to delete all bookmarks from the workspace, please feel free to open a new issue.

Hope this helps