Closed
Description
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 likemy_data_backup
- so if I've typed
- 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
- so if I've typed
- autocomplete can be configured via settings to be case-insensitive