-
Notifications
You must be signed in to change notification settings - Fork 215
IntelliSense not works for Typescript #118
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
Comments
tried alpha version too with this setting but still no luck "tailwindCSS.includeLanguages": {
"plaintext": "typescript"
} |
Thanks, I'll add it! Your
|
Thanks @bradlc |
For Typescript React I need this in the settings: "tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
} |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to make it work for .ts files?
I think
typescript
should be added herehttps://github.com/bradlc/vscode-tailwindcss/blob/f5dfe02f74ac9bd68529f1997ae875691b819833/src/index.ts#L34-L39
The text was updated successfully, but these errors were encountered: