Skip to content

Conversation

@jiripolasek
Copy link
Collaborator

Summary of the Pull Request

This PR improves fuzzy matching in Command Palette by:

  • Precomputing normalized strings for faster comparisons
  • Reducing memory allocations during matching (down to zero)
  • Stripping diacritics from the normalized search string for better matching

PR Checklist

  • Closes: #xxx
  • Communication: I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
  • Localization: All end-user-facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

… strings, improve memory allocation during matching down to zero and trims diacritics from the normalized search string
@github-actions

This comment has been minimized.

@jiripolasek jiripolasek added the Product-Command Palette Refers to the Command Palette utility label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Product-Command Palette Refers to the Command Palette utility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant