Skip to content

Conversation

@mhssmnn
Copy link

@mhssmnn mhssmnn commented May 16, 2024

Description

When typing in workflow names using the command palette, I often find myself wanting Sublime Text like fuzzy matching so I don't have to remember the full, exact name of the workflow.

This PR adds the fuzzaldrin-plus package, (a rewrite of fuzzaldrin used in the Atom editor) and uses it in the command palette to filter workflows.

Testing

  • Applied the code change locally.
  • Verified typing partial or incorrect spelling ("notfiy") finds the best matching workflow
  • Ensured change did not incorrectly filter out workflows based on previous behavior

When typing in workflow names using the command palette, I often
find myself wanting Sublime Text like fuzzy matching so I don't
have to remember the full, exact name of the workflow.

This PR adds the fuzzaldrin-plus package that is the successor of
the package used in the Atom editor to do fuzzy filtering.

* https://github.com/jeancroy/fuzz-aldrin-plus
* https://github.com/atom/fuzzaldrin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant