Skip to content

Intellisense should not work in .ts files #644

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
max-programming opened this issue Oct 28, 2022 · 0 comments · Fixed by #645
Closed

Intellisense should not work in .ts files #644

max-programming opened this issue Oct 28, 2022 · 0 comments · Fixed by #645

Comments

@max-programming
Copy link
Contributor

max-programming commented Oct 28, 2022

What version of Tailwind CSS IntelliSense are you using?

v0.9.1

What version of Tailwind CSS are you using?

v3.2.0

What package manager are you using?

pnpm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};

VS Code settings

// So many settings. Only this setting enabled from extension
{
  "tailwindCSS.emmetCompletions": true,
}

Describe your issue

HTML or JSX isn't written in .ts files. So I think the extension should not show the intellisense in the .ts files.
Intellisense works in .tsx files and that's good but it shouldn't in .ts files

image

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.

1 participant