zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
49.83k stars 3.06k forks source link

extension search / filtering #9066

Open slymax opened 8 months ago

slymax commented 8 months ago

Check for existing issues

Describe the feature

Currently, the extension search in Zed only searches for extension names. The search should also match text in the extension description.

This is an issue with the extension api server and not with Zed itself.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

JosephTLyons commented 8 months ago

I think it might be cool to have some sort of query syntax system. A few random examples:

From here, you could do something like:

notpeter commented 2 months ago

Filtering by type [theme, language, slash commands] would also be useful.