Does anyone know of a css class completions/hover lsp?

Like tailwind css but for any css source in your project.
Solution:
Yeah. I decided to make one. https://github.com/Gnarus-G/cnls. Still figuring out some kinks, but so far got Go to definition and hover working.
Jump to solution
2 Replies
dzenda
dzenda4mo ago
It sadly is almost impossible because css doesn't work this way . Well it's possible but no one has done it .
Solution
gnarus_g
gnarus_g3mo ago
Yeah. I decided to make one. https://github.com/Gnarus-G/cnls. Still figuring out some kinks, but so far got Go to definition and hover working.