You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, typing any string specifiers (double and single quotes and template literals) - "", '', ` ` , starts poping tailwind class names. This is a headache because it blocks suggestions I actually need to see at the moment, and it could slow down suggestions popup on larger codebase.
The text was updated successfully, but these errors were encountered:
What version of VS Code are you using?
Version: 1.95.2
OS: Linux x64 6.8.0-48-generic
What version of Tailwind CSS IntelliSense are you using?
v0.12.12
What version of Tailwind CSS are you using?
[email protected]
│ └── [email protected] deduped
└── [email protected]
What package manager are you using?
npm
What operating system are you using?
Ubuntu 24.04 LTS
Tailwind config
VS Code settings
Reproduction URL
Can't provide at the moment, but I'm working on a Vite + React + TypeScript project with TailwindCSS for styling. See below for more info 👇
Describe your issue
I was trying to make the IntelliSense show suggestions for variable names outside the
className
prop. So, I got a solution from this answer on StackOverflow: How can I enable tailwind intelliSense outside of "className"?.However, typing any string specifiers (double and single quotes and template literals) -
""
,''
,` `
, starts poping tailwind class names. This is a headache because it blocks suggestions I actually need to see at the moment, and it could slow down suggestions popup on larger codebase.The text was updated successfully, but these errors were encountered: