We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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