-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First experiment to add CodeActions to typepal
- For every undefined name, suggestions are generated for similar names in similar roles. TODO: maybe type could also be used to filter suggestions. - An elegant/efficient implementation of Levensthein distance has been made to measure edit distance. - When this approachs works, the other errors generated directly by TypePal will be reviewed for possible additions of fixes.
- Loading branch information
Showing
2 changed files
with
54 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters