Home

tailwind-ctp-intellisense @170d6a7e4410f2e1b9dc0972fe586708d7c88431 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
drwxrwxrwx
158 B
.github/
drwxrwxrwx
77 B
.vscode/
drwxrwxrwx
222 B
img/
drwxrwxrwx
36 B
media/
drwxrwxrwx
206 B
src/
drwxrwxrwx
52 B
syntaxes/
drwxrwxrwx
53 B
tests/
-rw-r--r--
25 B
.gitignore
-rwxr-xr-x
144 B
.vscodeignore
-rw-r--r--
3.2 kB
CHANGELOG.md
-rw-r--r--
2.4 kB
README.md
-rwxr-xr-x
252 kB
package-lock.json
-rwxr-xr-x
5.8 kB
package.json
-rwxr-xr-x
238 B
tsconfig.json

Installation

Open in Visual Studio Code →

In order for the extension to activate you must have tailwindcss installed and a Tailwind config file named tailwind.config.js or tailwind.js in your workspace.

Features

Troubleshooting

Settings

tailwindCSS.includeLanguages

This setting allows you to add additional language support. The key of each entry is the new language ID and the value is any one of the extensions built-in languages, depending on how you want the new language to be treated (e.g. html, css, or javascript):

{
  "tailwindCSS.includeLanguages": {
    "plaintext": "html"
  }
}

tailwindCSS.emmetCompletions

Enable completions when using Emmet-style syntax, for example div.bg-red-500.uppercase. Default: false

{
  "tailwindCSS.emmetCompletions": true
}

tailwindCSS.validate

Enable linting. Rules can be configured individually using the tailwindcss.lint settings: