We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
let username = "foo" let x = usrname
the error:
Diagnostics: 1. The value usrname can't be found Hint: Did you mean username?
may be we can implement a code action that converts usrname to username in line 3.
usrname
username
Note that this needs better parsing for diagnostics