Uros Mrkobrada

Results 9 comments of Uros Mrkobrada

I tried something similar before. Here is one of the solutions. [that impl](https://github.com/uros-5/css-knife/blob/fc6e457cf95180e6cea292062d59e1f3cb255d53/src/visit_selectors.rs#L27-L70)

Current problem is that with #2507, hover doesn't work if tailwindcss is not first language added to `language-servers`.. When Svelte or Vue are second in that array then their features...

> I'm trying with > > ``` > [[language]] > language-servers = ["svelteserver", "tailwindcss"] > name = "svelte" > roots = ["tailwind.config.cjs", "tailwind.config.js"] > > [language-server.rust-analyzer] > command = "/nix/store/gz8ifn0klcfccnksnpn2y8sc1qsq4f28-rust-analyzer-unwrapped-2023-05-15/bin/rust-analyzer"...

TailwindLSP was working for me on node `v16`. On `v18` not so much. I tried to debug it([this branch](https://github.com/uros-5/tailwindcss-intellisense/tree/temp)) Helix doesn't respond to these two requests: ``` 2023-05-21T18:18:29.678 helix_lsp::transport [INFO]...

> @uros-5 I am using your patched LSP and it works! Well kinda, the completions are kinda messed up for me. As soon a I enter the first hyphen in...

> I've found one curious behavior though, which is that if the tailwind LSP is the first in the list, completions (from both TW-LSP and `typescript-language-server`) work (thanks for the...

> This did not work for me, I am not getting any hover ro tailwinds classes. Have you tried to build from source? I updated `helix-twcss` package. Reinstall it globally.

> EDIT: helix-twcss ? how do I do that? Please read previous comments.. It's not that hard.

>as mentioned above, it still does not show any hover. sorry I missed that. this is my languages.toml configuration do you see anything that might be wrong? I tried your...