Webstorm 2023 Autocompletion #11010
Replies: 2 comments
-
I've been experiencing this issue for a while too. Have you found a solution? In my case, I resolved it temporarily by changing the PostCSS configuration file to use CommonJS module format and using module.export. The same applies for the Tailwind configuration file. I believe the issue is caused by incompatibility between the built-in Tailwind plugin in JetBrains and the configuration file generated by Tailwind. |
Beta Was this translation helpful? Give feedback.
-
Hey there David, cnsource and random readers, I had the same issue ( three years later - but still april :) ). Just add an empty tailwind.config.mjs file to project root: ChaChing. Now the autocompletion works fine. Have a nice day dan-in-the-mirror Source: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i am using tailwind inside of a vite/vue 3 project and everything works fine, but Webstorm doesnt show any auto completion for the classes. I have the newst webstorm version and the tailwind plugin is also installed.
Beta Was this translation helpful? Give feedback.
All reactions