Skip to content

Auto-Completion in dataformsjs script does not work #906

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
blahetal opened this issue Feb 2, 2024 · 1 comment · Fixed by #932
Closed

Auto-Completion in dataformsjs script does not work #906

blahetal opened this issue Feb 2, 2024 · 1 comment · Fixed by #932
Assignees

Comments

@blahetal
Copy link

blahetal commented Feb 2, 2024

What version of VS Code are you using?

1.86.0

What version of Tailwind CSS IntelliSense are you using?

0.10.5

What version of Tailwind CSS are you using?

3.4.1

What package manager are you using?

npm

What operating system are you using?

windows, vscode connected to wsl (debian)

Tailwind config

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

VS Code settings

{
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"plaintext": "html"
}
}

Reproduction URL

https://github.com/blahetal/test-tailwind/tree/main

Describe your issue

Intellisense/autocomplete does not work when using jsx+react in script in html file (jsx is compiled in browser with help of dataformsjs). see the screenshot in referenced repo which demonstrates the issue.

@blahetal
Copy link
Author

blahetal commented Feb 2, 2024

I think my issue might be related to this issue- #722

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