rlivings39 / vscode-fzf-quick-open

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

Finding the extension on vscode #14

Closed vaibhav1618 closed 2 years ago

vaibhav1618 commented 4 years ago

Thanks for the extension. Have couple of suggestions to make it easier to find the extension on vscode:

  1. Add fuzzy in title/tags/description.
  2. Highlight search more. This extension stands out for fuzzy keyword search. Native support for fuzzy file search is quite OK on vscode.
rlivings39 commented 4 years ago

Thank you for the suggestion. I took a crack at this in v0.2.11. Let me know if you see any other opportunities to improve the listing. The extension now shows if I search the extension store for fuzzy, fzf, and ripgrep

rlivings39 commented 2 years ago

Closing based on improvements made