Closed
Description
What version of VS Code are you using?
v1.97.2
What version of Tailwind CSS IntelliSense are you using?
v0.14.8
What version of Tailwind CSS are you using?
v4.0.11
What package manager are you using?
pnpm
What operating system are you using?
macOS
Tailwind config
/* n/a */
VS Code settings
{
"files.associations": {
"*.css": "tailwindcss"
}
}
Reproduction URL
Please, insist on this and I will make a reproduction repo
Describe your issue
The following instances don't trigger autocompletion (|
is the cursor)
has-[button]:|
data-[size=large]:|
supports-specific-css-feature:|
,supports-[display:grid]:|
not-supp|
(not-support: does autocomplete after you type it, but not before)