-
Notifications
You must be signed in to change notification settings - Fork 30.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
Test: Settings editor search improvements #238884
Comments
@isidorn thanks for the testing! I wonder whether some results I thought were good with the setting on were actually with the setting off this whole time. However, the search experience with the setting off is also new to this iteration (the first sanity test should fail on the current Stable), so I will likely mention it on the release notes but not mention the preview setting. |
@rzhao271 Overall I also think it performed a bit worse for me - I typically keep my setting queries short and rarely know the actual setting name. I provided another few examples #238934 but will keep the setting on and report on more.
On this one, note that it did show up, but it was the second to last entry out of all entries |
echoing the prior sentiment, my queries are typically one or two plain language words, never looking for the setting id itself. Typos are rare (takes little time to correct them), it's more common that I forgot the correct word from the setting title. If I do search for an ID, it'll be copied and pasted so that should always work. |
Refs: #226039
Complexity: 4
Create Issue
Sanity testing section
workbench.settings.useWeightedKeySearch
is unchecked by default.editor.formatOnPaste
shows up.editor.formatOnPaste
shows up.terminal.integrated.stickyScroll.enabled
shows up.workbench.settings.useWeightedKeySearch
by checking the checkbox.editor.formatOnPaste
.editor.tabSize
as the first result.Open testing section
Try out other queries to search for your favourite settings!
For this iteration, we plan to ship with
workbench.settings.useWeightedKeySearch
unchecked by default.Please try searching with the setting enabled and searching with the setting disabled.
Let me know if there are any queries that fail to yield an expected result, especially if the query yields the expected result with the setting disabled but not with the setting enabled.
Known issues
Synonym search (e.g. "editor paste style") is still not supported.
Typo detection (e.g. "editor formstonpaste") is still not supported.
The text was updated successfully, but these errors were encountered: