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
I have the following problem, that the Tailwind CSS intellisense gets triggered inside a Vue SFC's script tag:
This has the side effect that the properties available on $accessor are at the very bottom of the suggestion list.
$accessor
How can I change this behaviour?
The text was updated successfully, but these errors were encountered:
I have a similar issue in Rescript My setting in inclueLanguages is { rescript: 'javascriptreact' }
{ rescript: 'javascriptreact' }
Sorry, something went wrong.
Turn off Tailwind CSS: Emmet Completions to fix.
Tailwind CSS: Emmet Completions
Hey @michaelschufi, thanks for reporting! This should be fixed in the next release 👍
Successfully merging a pull request may close this issue.
I have the following problem, that the Tailwind CSS intellisense gets triggered inside a Vue SFC's script tag:
This has the side effect that the properties available on
$accessor
are at the very bottom of the suggestion list.How can I change this behaviour?
The text was updated successfully, but these errors were encountered: