Skip to content

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

@isaacabraham

Description

@isaacabraham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions