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 a new `Search Editor` for Bookmarks #560

Open alefragnani opened 1 year ago

alefragnani commented 1 year ago

First of all, thanks for this awesome extension, I have been using it daily.

I am rooting for this Find feature, and it will improve user experience by a lot especially who has tons of bookmarks (like myself).

On top of this, thinking could we have a separate Find tab (Search editor), like the one under Search as shown below: image

Then it will show some lines near the bookmark, and click on it will bring them there.

So we won't have to constantly switching different tab on the left and keeping Explorer open.

Originally posted by @horacehylee in https://github.com/alefragnani/vscode-bookmarks/issues/558#issuecomment-1285745908

wli-git commented 1 year ago

wondering this feature is already in the planning? I've been using this bookmark plugin daily, it is great, but with more labeled bookmarks added, it's becoming very hard to find the right bookmark added before. If we can search the bookmark lablels , that would be a great addition for better user experience!

alefragnani commented 1 year ago

Hi @wli-git ,

This is not in the current roadmap, as it has few upvotes. But, if you simply want to find bookmarks based on its labels, maybe you could use the Bookmarks: List From All Files command, searching the bookmark name you want to find. The list of bookmarks is filtered not only by its label but also the line content.

Hope this helps

wli-git commented 1 year ago

Hi @wli-git ,

This is not in the current roadmap, as it has few upvotes. But, if you simply want to find bookmarks based on its labels, maybe you could use the Bookmarks: List From All Files command, searching the bookmark name you want to find. The list of bookmarks is filtered not only by its label but also the line content.

Hope this helps

that's super helpful, thanks !