Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

no suggestions in vue tsx #1046

Open
jakecodev opened this issue Sep 4, 2024 · 0 comments
Open

no suggestions in vue tsx #1046

jakecodev opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@jakecodev
Copy link

jakecodev commented Sep 4, 2024

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

@jakecodev jakecodev changed the title vue3 not provide suggestions. no suggestions in vue tsx Sep 4, 2024
@thecrypticace thecrypticace self-assigned this Sep 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants