We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something along:
type Foo = "aReallyLong" | "bReallyLong"; let foo:Foo; foo = "aReally // Here
Similar to #5602 🌹 (also requested here #3192 (comment))
The text was updated successfully, but these errors were encountered:
👍 ...not sure it the autocomplete should be triggered on = or " however.
=
"
Sorry, something went wrong.
+1. PRs welcomed
Is equality autocompletion possiblity too? E.g. foo === "aReally here.
foo === "aReally
P.S. in equality comparsion it would be nice to have error checking when using bare string, like
foo === "not" would be flagged as error since foo can be demonstrated to never have this "not"
foo === "not"
foo
"not"
Its been supported for a while:
Thanks TS Folks 🌹 ❤️
No branches or pull requests
Something along:
Similar to #5602 🌹 (also requested here #3192 (comment))
The text was updated successfully, but these errors were encountered: