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

Suggestions for mispelled values are not applied against simple values. #1909

Closed
isaacabraham opened this issue Dec 1, 2016 · 7 comments
Closed

Comments

@isaacabraham
Copy link
Contributor

The following code provides a valid suggestion: -

type Foo = { Name : string }
let bar = { Nam = "Isaac" }

However the following does not: -

let name = "Isaac"
let fullName = nam + " Abraham"

I would like the compiler to apply the same suggestions whenever any symbols cannot be identified.

@isaacabraham
Copy link
Contributor Author

cc: @forki

@forki
Copy link
Contributor

forki commented Dec 1, 2016

I'm on it

@forki
Copy link
Contributor

forki commented Dec 1, 2016

image

@forki
Copy link
Contributor

forki commented Dec 1, 2016

^^ this is without jaro-winkler...

forki added a commit to forki/visualfsharp that referenced this issue Dec 1, 2016
@forki
Copy link
Contributor

forki commented Dec 1, 2016

see #1911

@isaacabraham
Copy link
Contributor Author

Wicked. Nice one.

@forki
Copy link
Contributor

forki commented Dec 1, 2016

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants