Replies: 4 comments 3 replies
-
Hey @karchung0930. I'm going to convert this to a discussion until we can identify an issue with the extension itself. Please can you share the extension output? You can reveal the output panel using the "Tailwind CSS: Show Output" command. If you can share your full VS Code settings in JSON format that would be helpful as well. |
Beta Was this translation helpful? Give feedback.
-
@bradlc I only have two extensions installed. One is Dracula Pro and one is PHP Intelephense, but I don't think they are the reason because if so, the HTML won't work either. Now only the PHP file not working, the HTML is working. You can try and test on your end. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Ah, I think it's because you don't have
|
Beta Was this translation helpful? Give feedback.
-
@bradlc I just tested and you're right, thank you so much! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you for your amazing work.
I'm tyring this extension for PHP file...I already add the below code in the
setting.json
:"tailwindCSS.includeLanguages": { "php": "php" }
The problem is that I don't know why most for the time the autocompletion / suggestion won't show.
I follow the official guild here for PHP
https://code.visualstudio.com/docs/languages/php
.Am I missing anything or it doesn't work correctly with PHP? Thank you in advanced.
Beta Was this translation helpful? Give feedback.
All reactions