Skip to content

no suggestions in vue tsx #1046

New issue

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

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

Already on GitHub? Sign in to your account

Closed
jakecodev opened this issue Sep 4, 2024 · 1 comment · Fixed by #1175
Closed

no suggestions in vue tsx #1046

jakecodev opened this issue Sep 4, 2024 · 1 comment · Fixed by #1175
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
@thecrypticace
Copy link
Contributor

Will be fixed in the next release of the extension 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants