Description
Description
This RFC proposes adding fuzzy auto-completion extending the current strict auto-completion. This would allow us to forgive things like spelling mistakes and suggest more relevant completions.
Related Issues
Related issues stdlib-js/google-summer-of-code#1
Questions
I played around a bit trying to write a fuzzy matching algorithm and using existing ones.
Right now we are lexicographically sorting the completion results. should we do the same with fuzzy results mixed in? or should aim to sort results by 'relevancy'?
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Metadata
Metadata
Assignees
Labels
RFC feature request which has been accepted.Issue or pull request for enhancing existing functionality.Issue involves or relates to JavaScript.Issue or pull request specific to the project REPL.Request for comments. Feature requests and proposed changes.Likely to be challenging but manageable.Normal priority concern or feature request.