tailwindcss-intellisense icon indicating copy to clipboard operation
tailwindcss-intellisense copied to clipboard

Intelligent Tailwind CSS tooling for Visual Studio Code

Results 29 tailwindcss-intellisense issues
Sort by recently updated
recently updated
newest added

Builds on #907 but bumps the version of enhanced-resolve to latest. Also drops a `replace` which should now be solved inside enhanced-resolve itself. tests seem to pass but i'm not...

Node provides a list of built ins via `builtinModules`. We can test against this rather than including an extra (redundant) dependency. In future, if we introduce a version constraint of...

Hi, today I updated my config and now when i open my project that use tailwindcss i get this errors: ![image](https://github.com/tailwindlabs/tailwindcss-intellisense/assets/1175537/789cad76-d8b9-4a81-943c-571fa1661c77) This is log from lsp.log: ![image](https://github.com/tailwindlabs/tailwindcss-intellisense/assets/1175537/d1a6ce77-dd78-4840-bfbf-d5b206e60ba4) Setup: `installed version...

**Maintainer's note:** ### v0.12.2 has been published please update and give it a test first --- **What version of VS Code are you using?** v1.90.2 **What version of Tailwind CSS...

**What version of VS Code are you using?** Neovim 0.11 with the language server installed through Mason **What version of Tailwind CSS IntelliSense are you using?** Tested with v0.0.16 through...

I tried JetBrains Tailwind CSS plugin with the just released `@tailwindcss/language-server` version [0.0.18](https://www.npmjs.com/package/@tailwindcss/language-server/v/0.0.18). It works fine with the `tailwindcss` package versions [3.4.4](https://www.npmjs.com/package/tailwindcss/v/3.4.4) and [4.0.0-alpha.16](https://www.npmjs.com/package/tailwindcss/v/4.0.0-alpha.16). But with the latest insiders version...

**What version of VS Code are you using?** n/a using NeoVim v0.10.0 **What version of Tailwind CSS IntelliSense are you using?** v0.0.18 **What version of Tailwind CSS are you using?**...

**What version of VS Code are you using?** v1.90.2 **What version of Tailwind CSS IntelliSense are you using?** v0.12.1 **What version of Tailwind CSS are you using?** v3.4.4 **What package...

Related to https://github.com/tailwindlabs/tailwindcss/pull/13940 Now that tailwind supports `.cts` and `.mts` files, tailwindcss-intellisense should also look for them. Added test where I thought it was appropriate. Note - v4 tests fail...