-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
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')
Metadata
Metadata
Assignees
Labels
No labels