damolinx / vscode-bookmarks

`Bookmarks` extension for VSCode
MIT License
6 stars 0 forks source link

Design a search bar #5

Open oranger-lc opened 4 days ago

oranger-lc commented 4 days ago

I have over a hundred global bookmarks now, and it's a bit difficult to find what I want. Can you design a search bar?

I'm not sure how much work it will take.

If it's too complicated, then just ignore me.

This extension is very very very satisfying to me, thank you!

damolinx commented 1 day ago

VS Code does not support custom UI on tree views (i.e. I cannot add a search bar on the Bookmarks view itself - not at least without going the WebView way which would be a major undertaking), so I added a new Bookmarks: Search command that uses a quickpick control (and accessible from the context menu on the Bookmarks title bar context menu).

image

This will come out in 0.4.8 published later today,