rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

Results inside webview rather than terminal #41

Open satvikpendem opened 1 year ago

satvikpendem commented 1 year ago

Currently this extension uses the terminal for results, but if there's a way to make them appear in a regular webview like how VSCode already does it for Ctrl+P commands, that would be good.

Example extension that's similar: https://marketplace.visualstudio.com/items?itemName=tatosjb.fuzzy-search

image

rlivings39 commented 1 year ago

I personally prefer the terminal / CLI interface presented by FZF. So I'm not personally motivated to do the work of integrating in the VSCode UI.

If anyone is up for it, I'd be open to a PR that does this with a preference to switch between the terminal and integrated in the UI.