-
Notifications
You must be signed in to change notification settings - Fork 218
Autocompletion doesn't work after installing V3 #448
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
Same problem |
Hey @buffalodebile. Do you have the |
Hi @bradlc thanks for your answer. No I have just installed the play CDN 3, I do not want to do an NPM install. |
I have the same problem and got his log: Found Tailwind CSS config file: /Users/me/Documents/frontend/Tailwind-3/boilerplate/tailwind.config.js I installed a config and tailwind css is also installed (v 3). I am using cli-mode. Interesting that Postcss is still checked. This did not appear before updating to tailwind css 3 |
Im using the new standalone tailwind css cli. |
I'm having the same problem when using Tailwind CLI that comes with tailwindcss-rails. The extension doesn't autocomplete class names. VSCode output panel displays the error:
|
after installed tailwind@lastest with cli, error below Tailwind CSS: format is not a function |
module.exports = {
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
} Checking |
Same. |
Same issue. Hoping there will be a fix for this soon. |
I am also using Rails 7 and get the following error:
The developer tools show the binary in the path:
|
On MacOS 12.1, I got the No help from the plugin in the editor... tried to copy the executable directly in the project's folder, same result. Now, despite not depending on Is there a way to tell the plugin where the standalone executable is, in order to remove that |
Getting the same error as @signheim when trying to use the Tailwind CSS IntelliSense extension in my code-server instance:
Are there any update on this?
|
Same issue when using phoenix/tailwind, which also relies on standalone CLI. |
Hey all! We just released CDN users can also create a If you run into any issues please let us know 🙏 |
Thank you all so much! Super appreciated ❤️
|
The update doesn't seem to work for me. Anyone else experiencing the same? |
Anyone stumbling over the same issue of tailwind completion not happening in .erb files, see Tailwind CSS autocomplete in VSCode with Ruby on Rails. It was the key for me. |
After following the medium article @BobWalsh mentioned, I still couldn't get it to work.
|
If you are working with nuxt3, you can try this. Add the following configuration to your
detailed: link |
Uh oh!
There was an error while loading. Please reload this page.
What version of Tailwind CSS IntelliSense are you using?
v0.7.4
What version of Tailwind CSS are you using?
v3
What package manager are you using?
CDN
What operating system are you using?
Windows 10
Describe your issue
Hi, I've just installed the new Tailwind 3 CDN using the <script src="https://cdn.tailwindcss.com"></script>
Then updated the VS code extension to v0.7.4 and the autocompletion doesn't work anymore.
Does anyone have an idea of why it doesn't work anymore?
Thanks.
The text was updated successfully, but these errors were encountered: