Skip to content

fuzzy search for autocomplete #3084

Closed
@rgasper

Description

@rgasper

Describe your feature request

Adding a fuzzy-find capability to autocomplete would be awesome! It's probably my favorite feature from VSCode that I miss in Helix. In particular, the VSCode autocomplete provides the following types of suggestions that I'm missing:

  • will show suggestions where the currently typed stub is in the middle
    • so if I've typed back, the autocomplete will suggest options like my_data_backup
  • will show suggestions where letters in the currently typed stub show up spaced out throughout the suggestion in order
    • so if I've typed bgvn, the autocomplete will suggest options like _big_global_variable_name
  • autocomplete can be configured via settings to be case-insensitive

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-helix-termArea: Helix term improvementsC-bugCategory: This is a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions