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
Tailwind IntelliSense is not showing any suggestions when typing font- in a class list. Other utilities like text- or bg- sometimes work, but font- and similar ones do not appear at all.
Run: npx create-next-app@latest
Set up Tailwind CSS v4.1.5 (no tailwind.config.js)
Add the default Tailwind setup via PostCSS
In a component, add className="font-"
Observe: No IntelliSense suggestions for font classes
Expected Behavior
The extension should provide IntelliSense for all Tailwind CSS classes, including font utilities, even with default config (Tailwind v4 doesn’t require a config file).
Actual Behavior
No suggestions are shown for font-, and others show suggestions inconsistently.
The text was updated successfully, but these errors were encountered:
This is likely is an issue related to being on a really old VSCode version. Is there any reason in particular you're on v1.74.0 which is almost exactly 2.5 years old?
What version of VS Code are you using?
v1.74.0
What version of Tailwind CSS IntelliSense are you using?
v0.14.16
What version of Tailwind CSS are you using?
v4.1.5
What package manager are you using?
npm
What operating system are you using?
macOS
Tailwind config
VS Code settings
Reproduction URL
https://github.com/captainspeedy68/tailwind-intellisense-bug-repro.git
Describe your issue
Tailwind IntelliSense is not showing any suggestions when typing font- in a class list. Other utilities like text- or bg- sometimes work, but font- and similar ones do not appear at all.
Run: npx create-next-app@latest
Set up Tailwind CSS v4.1.5 (no tailwind.config.js)
Add the default Tailwind setup via PostCSS
In a component, add className="font-"
Observe: No IntelliSense suggestions for font classes
Expected Behavior
The extension should provide IntelliSense for all Tailwind CSS classes, including font utilities, even with default config (Tailwind v4 doesn’t require a config file).
Actual Behavior
No suggestions are shown for font-, and others show suggestions inconsistently.
The text was updated successfully, but these errors were encountered: