This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes 2c6b77799c add changelog and readme 2020-06-11 15:25:15 +01:00
media restructure 2020-05-03 15:57:15 +01:00
src provide corePlugins helper when running plugins 2020-06-11 12:10:47 +01:00
syntaxes restructure 2020-05-03 15:57:15 +01:00
tests restructure 2020-05-03 15:57:15 +01:00
.gitignore restructure 2020-05-03 15:57:15 +01:00
.vscodeignore restructure 2020-05-03 15:57:15 +01:00
CHANGELOG.md add changelog and readme 2020-06-11 15:25:15 +01:00
README.md add changelog and readme 2020-06-11 15:25:15 +01:00
package-lock.json v0.3.0-alpha.3 2020-05-25 20:09:55 +01:00
package.json v0.3.0-alpha.3 2020-05-25 20:09:55 +01:00
tsconfig.json restructure 2020-05-03 15:57:15 +01:00

README.md

Tailwind CSS IntelliSense

Tailwind CSS class name completion for VS Code

Get it from the VS Code Marketplace →

HTML autocompletion

Features

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.

HTML (including Vue, JSX, PHP etc.)

CSS

Examples

Class name suggestions, including support for Emmet syntax

HTML autocompletion

CSS preview when hovering over class names

HTML hover preview

Suggestions when using @apply and config()

CSS autocompletion

Improves syntax highlighting when using @apply and config()

Before:

CSS syntax highlighting before

After:

CSS syntax highlighting after