Replies: 1 comment
-
|
I've posted at tailwindlabs/tailwindcss-intellisense#1485 which seems more appropriate sorry. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get tailwindcss autocompletion in rust files with dioxus. I am using Zed and followed that documentation:
{ "lsp": { "tailwindcss-language-server": { "settings": { "includeLanguages": { "rust": "html" }, "experimental": { "classRegex": ["class\\s*:\\s*\"([^\"]*)"] } } } } }For your concerns, dioxus looks like:
I am wondering if this is still existing because I first try under JetBrains RustRover and it wasn't working.
Beta Was this translation helpful? Give feedback.
All reactions