Tailwindcss-intellisense on Blade files #36322
Replies: 3 comments
-
|
Can you try this in your "languages": {
"Blade": {
"language_servers": ["tailwindcss-language-server", "..."]
}
} |
Beta Was this translation helpful? Give feedback.
-
|
Sadly does not work. |
Beta Was this translation helpful? Give feedback.
-
|
You also have to configure the lsp itself like this:
This is quite broad, you could narrow it down something like: But I do not exactly now the language ids, so I left it without includeLanguages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, tailwindcss-intellisense works great on just standard php files, but does not function on Blade files. Just requesting to get it working there. Also, perfectly open if I'm just ill-informed and it's possible to get it working already with some config or setting changes.
Beta Was this translation helpful? Give feedback.
All reactions