https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind CSS class name completion for VS Code
Get it from the VS Code Marketplace →
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
It also includes features that improve the overall Tailwind experience, including improved syntax highlighting, and CSS previews.
@apply and config()@screen directive@apply and config()
@apply and config()
@apply and config()Before:
After:
This extension requires a tailwind.config.js file to be present in your project folder. You can create it with npx tailwind init.