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] - Add an option to remove a bookmark from the bookmark list view #511

Closed dipta10 closed 2 years ago

dipta10 commented 2 years ago

If we need to remove a bookmark from the bookmark list view right now, we must first navigate to the bookmarked line. Then, for that line, toggle the bookmark status. We can currently delete all of the bookmarks from a file, however this is a bit inconvenient.

I might have 10 bookmarks in a file, but I just need to delete one from the list of bookmarks view.

image

Perhaps an option to delete the selected bookmark from the list by pressing Delete would be quite useful.

alefragnani commented 2 years ago

Hi @dipta10 ,

This is already being tracked in #498, which will use a button at the right, in the Pick list.

BTW, If you use the Side Bar, you can already delete individual Bookmarks. You can use both, the Context Menu or the Inline button.

Hope this helps