Tailpress + JIT === No auto complete in VS Code #85
MarketHubb
started this conversation in
General
Replies: 1 comment
-
Okay oddly enough I was able to solve my problem within 30 seconds of posting this. For anyone else having this issue, here's a fix that worked for me: When autocompleting the blank class attribute, I had a little custom snippet that would encapsulate the empty attribute with double-quotes before I started typing anything. I updated that to have only the opening quote and not the closing, and the Tailwind CSS IntelliSense works again:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anybody else have this issue? The theme / installer work just fine, but I've completely lost my autocomplete functionality in my editors (VS Code and PHPStorm). I'm assuming this is more a problem of the JIT compiler than the theme, but I assuming I can't be the only one to have this issue.
Beta Was this translation helpful? Give feedback.
All reactions