Skip to content

Test: Settings editor search improvements #238884

@rzhao271

Description

@rzhao271

Refs: #226039

Complexity: 4

Create Issue


Sanity testing section

  1. Open the Settings UI.
  2. Confirm that workbench.settings.useWeightedKeySearch is unchecked by default.
  3. Search for "editor formonpast".
  4. Confirm that editor.formatOnPaste shows up.
  5. Search for "editor.formatonpaste".
  6. Confirm that only editor.formatOnPaste shows up.
  7. Search for "stickyscrolle".
  8. Confirm that terminal.integrated.stickyScroll.enabled shows up.
  9. Enable workbench.settings.useWeightedKeySearch by checking the checkbox.
  10. Confirm that searching for "editor formonpast", "editor.formatonpaste", and "stickyscrolle" still yield the same expected setting(s) as before.
  11. Confirm that searching for "editor fomonpast" yields editor.formatOnPaste.
  12. Confirm that searching for "editor tab size" yields 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions