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
TS and JS Grammar Extension version: 0.0.49 / latest
Code
// Please include a code snippet that demonstrates the issue styled.div``
div here has scope
variable.other.property.ts meta.var.expr.tsx source.tsx
It would be nice if it had a custom scope similar to a function call which has the scope
entity.name.function.ts meta.function-call.ts meta.var.expr.tsx source.tsx
The text was updated successfully, but these errors were encountered:
I just discovered that
div``
do get a custom scope, it's just when having a member access that this fails
Sorry, something went wrong.
6985226
No branches or pull requests
TS and JS Grammar Extension version: 0.0.49 / latest
Code
div here has scope
It would be nice if it had a custom scope similar to a function call which has the scope
The text was updated successfully, but these errors were encountered: