Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Jaro distance for the unbound variable code action #1225

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

plux
Copy link
Contributor

@plux plux commented Feb 23, 2022

Description

Fixes PR comment: #1212 (comment)

@michalmuskala

, els_protocol:range(VarRange)) ]
end;
VariableDistances =
[{els_utils:jaro_distance(V, Var), V} || V <- VarsInScope, V =/= Var],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep the Levenshtain distance as well (I'm happy with that, since it may turn out useful in the future)?

@robertoaloi robertoaloi merged commit 451428d into erlang-ls:main Feb 24, 2022
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.

2 participants