We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, How can I configure IntelliSense autocomplete on WebStorm?
The text was updated successfully, but these errors were encountered:
The same problem keeps confusing me for quite a long time... Waiting for a great solution! I have only seen this https://youtrack.jetbrains.com/issue/WEB-48505/Tailwind-CSS-regex-support-custom-class-name-completion-contexts
Sorry, something went wrong.
Waiting for this too! +1
Webstorm 2024.1.5 Languages & Frameworks > Style Sheets > Tailwind CSS Add two properties - typescript, typescriptreact
"includeLanguages": { "typescript": "javascript", "typescriptreact": "javascript"
add theese classRegex
"experimental": { "classRegex": [ "tw`([^`]*)", "tw\\.[^`]+`([^`]*)`", "tw\\(.*?\\).*?`([^`]*)" ] }
No branches or pull requests
Hello,
How can I configure IntelliSense autocomplete on WebStorm?
The text was updated successfully, but these errors were encountered: