Skip to content

Vue script intellisense is broken #1050

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
extrem7 opened this issue Sep 12, 2024 · 1 comment · Fixed by #1177
Closed

Vue script intellisense is broken #1050

extrem7 opened this issue Sep 12, 2024 · 1 comment · Fixed by #1177

Comments

@extrem7
Copy link

extrem7 commented Sep 12, 2024

What version of VS Code are you using?

v1.93.0

What version of Tailwind CSS IntelliSense are you using?

v0.12.10

What version of Tailwind CSS are you using?

v3.4.11

What package manager are you using?

pnpm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx,vue}",
  ],
  prefix:"tw-",
  theme: {
    extend: {},
  },
  plugins: [],
}

VS Code settings

{
    "tailwindCSS.experimental.classRegex": ["([a-zA-Z0-9\\-:]+)"],
    "css.validate": false,
	"tailwindCSS.includeLanguages": {
		"vue": "html",
		"vue-html": "html"
	},
	"editor.quickSuggestions": {
		"strings": true
	}
}

Reproduction URL

https://github.com/extrem7/tailwind-vue-reproduction

Describe your issue

Intellisense doesn't work in script tag. But works great in all other cases (js files, template, etc).
image
image
image

@extrem7 extrem7 changed the title Vue script intellisense is broken when prefix specified Vue script intellisense is broken Sep 13, 2024
@thecrypticace
Copy link
Contributor

This will be fixed in the next release of the extension (sometime this week) 👍

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