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 `Find` bookmark button in the Side Bar #558

Open alefragnani opened 1 year ago

alefragnani commented 1 year ago

Add a new Find button in the Side Bar, allowing the user to search for bookmarks.

Similar to https://github.com/alefragnani/vscode-project-manager/issues/213, with support to the Tree Find Control via setting, just like https://github.com/alefragnani/vscode-project-manager/issues/651

horacehylee 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.

alefragnani commented 1 year ago

Hi @horacehylee ,

First of all, thank you for your kind words. I'm glad to know the extension is useful.

About your idea, I'm creating as a new issue to track, as I think it deserves a separate / more focused approach. The current issue supposed to simply add the new native Find widget on top of the Side Bar, and navigate on that.

Hope this helps