tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.8k stars 190 forks source link

Tailwind Intellisense not working with .vue files #1024

Open sobinec opened 1 month ago

sobinec commented 1 month ago

Version of VS Codium

v1.90.2

Version of Tailwind CSS IntelliSense

v0.10.2

Version of Tailwind CSS

v3.4.6

Package manager

npm

Operating system

Arch Linux

Tailwind config

/** @type {import('tailwindcss').Config} */
module.exports = {
  mode: "jit",
  content: [],
  theme: {
    extend: {},
  },
  plugins: [],
}

Description

It appears to be that Tailwind Intellisense does not detect HTML inside .vue files. The HTML part of .vue file is inside the