Skip to content

Bug: Command palette search lacks fuzzy matching #35

@willzhqiang

Description

@willzhqiang

Summary

The Cmd+Shift+P command palette search does not support fuzzy matching. Results are incomplete — items containing the search string are not returned.

Steps to Reproduce

  1. Open command palette with Cmd+Shift+P
  2. Type a partial keyword that is a substring of a known command
  3. Observe that matching commands are missing from the results

Current Behavior

Search appears to use exact prefix matching (or similar strict logic). Many commands that contain the typed substring are not shown. The only reliable way to find commands is scrolling with arrow keys.

Expected Behavior

Fuzzy matching (e.g., matching non-contiguous characters like "opr" → "Open Project") so that partial and out-of-order input still surfaces relevant results. This is standard behavior in VS Code, Sublime Text, and other editors with command palettes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions