-
Notifications
You must be signed in to change notification settings - Fork 790
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
Suggestions for mispelled values are not applied against simple values. #1909
Comments
cc: @forki |
I'm on it |
^^ this is without jaro-winkler... |
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 1, 2016
see #1911 |
Wicked. Nice one. |
We could filter even better if we would have type information, but hey I think it's still progress |
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 2, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 2, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 2, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 2, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 2, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 3, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 3, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 3, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 4, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 4, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 5, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 6, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 7, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 7, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 10, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 14, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 14, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 15, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 15, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 16, 2016
forki
added a commit
to forki/visualfsharp
that referenced
this issue
Dec 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code provides a valid suggestion: -
However the following does not: -
I would like the compiler to apply the same suggestions whenever any symbols cannot be identified.
The text was updated successfully, but these errors were encountered: