Hi,
So I hooked the tailwindCSS LanguageServer
. However there seem to be a bug with the client on the Nova side.
As soon as I utilise the extension it collapses. I initally manged to “force use it” pushing my hardware resources, slowly showing me the completions but quite terribly
To replicate
- Download the tailwindcss-language-server (must be the latest version 0.14.2)
npm install -g @tailwindcss/language-server
- clone this repo
https://github.com/EmranMR/nova-tailwindcssLS-extension/tree/main
-
Follow the Readme and just activate.
-
I also noticed the completions are not as good as other editors like Helix, VSCode and so forth. for example in other editors the color is shown on the side and so forth. When it briefly worked, it did not show any colors. I do not think it is a none-standard LS method as setting it up in Helix is as easy as just running the LSP see here