Skip to content

no suggestions in vue tsx #1046

@jakecodev

Description

@jakecodev

What version of VS Code are you using?

For example: v1.92.0-insider

What version of Tailwind CSS IntelliSense are you using?

For example: v0.12.9

What version of Tailwind CSS are you using?

For example: ^3.4.6

What package manager are you using?

For example: pnpm

What operating system are you using?

For example: macOS

Tailwind config

module.exports = {
  content: [
    './pages/**/*.{ts,tsx,vue}',
    './components/**/*.{ts,tsx,vue}',
    './app/**/*.{ts,tsx,vue}',
    './src/**/*.{ts,tsx,vue}',
	], 
}

VS Code settings

   "editor.quickSuggestions": {
        "strings": true,
    },
    "emmet.includeLanguages": {
        "javascript": "javascriptreact",
        "typescript": "javascriptreact"
    },
    "tailwindCSS.includeLanguages": {
        "templ": "html",
        "javascript": "javascript",
        "html": "html",
        "css": "css",
        "vue": "html",
        "typescript": "javascript",
        "plaintext": "javascript",
        "typescriptreact": "javascript"
    },
    "tailwindCSS.emmetCompletions": true,

Describe your issue
The intellisense works with 'jsx', but no suggestion shows within 'tsx' script. (autocomplete works though in both 'jsx' and 'tsx')
iShot_2024-09-03_20 16 12

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions