-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command Palette: Consider adding keyword support for searching #51742
Comments
Also related, adding additional context to these commands: #51505 |
Searchable keywords or some other hidden search terms would be very useful. For example, I was adding a simple math command (repo) that detects when the user enters a valid expression. Since the search only filters the label, it means I need to add the expression in the label label: `${search} = ${output}`, Ideally: label: `= ${output}`,
keywords: [search] I see it was moved to the TODO already but how does that work? I can pick this up if it's OK and not already being worked on. |
This came up in the twenty fifth call for testing for the FSE Outreach Program:
|
It might also be good to have synonyms for verbs (e.g. add, create, make). So if you type "Create post", it'll still show "Add new post" in the results. |
I'd expect that when searching for
template
I would see all the templates I have on my site, so that I may quickly navigate to a template even if I'm unsure of its name. Perhaps adding keyword support will help surface relative commands.I would expect these keyword matched commands to show up lower in priority to search matching via command titles though. For example, the existing "Open templates" command would appear higher in the results, above "Index" (which would have a keyword of "template").
The text was updated successfully, but these errors were encountered: