bendera / vscode-commit-message-editor

Edit commit messages in a convenient way.
https://marketplace.visualstudio.com/items?itemName=adam-bender.commit-message-editor
MIT License
73 stars 13 forks source link

An option to change the filter/search type for a combobox? #101

Open tsdevau opened 1 year ago

tsdevau commented 1 year ago

Is there an option to change the current fuzzy filter/search behaviour of the combobox?

I would find it far more convenient if the filter/search matched the string typed, not individual characters of the string with anything in between as appears to be the current fuzzy behaviour.

Example

The image below, I would expect to filter to a list of 3 items, not 6.

Screenshot 2023-06-12 at 17 55 09
bendera commented 1 year ago

Currently, this option doesn't exist, but the dropdown component is able to filter by other methods. So it wouldn't be a big deal, theoretically.