stdlib
stdlib copied to clipboard
feat: add fuzzy completions extension in the REPL
Resolves #1845
Description
What is the purpose of this pull request?
This pull request:
- adds fuzzy completions in cases when there are no exact matches.
- No more than 10 fuzzy completions are displayed at a time.
Related Issues
Does this pull request have any related issues?
This pull request:
- resolves #1845
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
https://github.com/stdlib-js/stdlib/assets/130062020/204a56b1-a0f5-447f-a388-c00d061c6e8c
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers