Open slymax opened 8 months ago
I think it might be cool to have some sort of query syntax system. A few random examples:
author: <author>
- all extensions by authorpublished_after: <date>
- all extensions after a certain dateextension: <file extension>
- all extensions that add support to the editor for some extension
...From here, you could do something like:
title: <text>
description: <text>
Filtering by type [theme, language, slash commands] would also be useful.
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