excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

[Feature Request] The feature of text search support is required #137

Open guangxuanliu opened 6 months ago

guangxuanliu commented 6 months ago

This plugin is fantastic, and I use it frequently. However, it would be even better if it could add the capability to search for text. Similar to the Ctrl + F function in the Chrome browser. I also believe that many people need this feature as well.

I noticed that this feature has already been implemented at https://github.com/excalidraw/excalidraw/pull/7300. Are you considering adding this into the VS Code plugin?

pomdtr commented 6 months ago

Hey, thanks for the nice words!

Looks like the PR you linked was not merged yet. This plugin use the excalidraw package behind the scene, so the search feature should be merged first in the upstream repo first.