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
=
TypeScript Version: 2.7.0-dev.20180122
Code
<div foo=
Expected behavior:
No completions. This is not a valid location for an identifier, only a string literal, jsx expression, or {}.
{}
Actual behavior:
Get global completions.
The text was updated successfully, but these errors were encountered:
It would be awesome if completions worked here, but it wrapped the identifier in curlies for you when it inserts:
<div foo=/* request completions, select a local onClick function and you get */ <div foo={onClick}
Just a thought 🤷♂️
Sorry, something went wrong.
<div x=/**/
Successfully merging a pull request may close this issue.
TypeScript Version: 2.7.0-dev.20180122
Code
Expected behavior:
No completions. This is not a valid location for an identifier, only a string literal, jsx expression, or
{}
.Actual behavior:
Get global completions.
The text was updated successfully, but these errors were encountered: