Skip to content

[feature request] Support Lazy Acronym-Style Search in command mode #226

@hollowhemlock

Description

@hollowhemlock

Please enable the command palette to recognize multi-letter acronyms derived from command names (e.g., the initial letters of each word) as valid search inputs. This would offer a predictable alternative to ambiguous prefixes and arbitrary hotkeys.

Example

  • Show in System Explorersise, sse
  • Open Containing Folderocf
  • Toggle Side Bartsb

Motivation

Prefix-based search often collides with unrelated commands and relies on shorthands that may be unclear (sys can map to several terms). Acronyms are easier to remember, avoid prefix collisions, and reduce cognitive load.

sys conflicts
Image

Proposed Solution

Automatically allow acronym patterns—built from command names—to match commands in the palette. This removes the need for manually curated shorthands while providing a consistent rule users can rely on.

sise or even sse most likely returns Show in System Explorer
Image

Benefits

  • More intuitive command search
  • Reduced ambiguity
  • Consistent, discoverable behavior
  • Faster access without learning extra hotkeys

Metadata

Metadata

Assignees

No one assigned

    Labels

    Gathering InterestReact with emoji to show your support for this issueenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions