antonk52 / cssmodules-language-server

autocompletion and go-to-defintion for cssmodules
MIT License
60 stars 9 forks source link

Feature Request: Support for Vue Single File Components #27

Open Laevatein29 opened 3 months ago

Laevatein29 commented 3 months ago

I'm using cssmodule_ls with Neovim for my Vue projects. However, I noticed that it doesn't currently support .vue (Vue Single File Component) files. This means I don't get features like autocompletion and go-to-definition for CSS modules defined in my Vue components.

It would be great if cssmodule_ls could add support for Vue SFCs, as it would significantly improve the development experience for Vue users.

Thanks!

antonk52 commented 3 months ago

Hi, I have never worked with vue and don't have any experience with it. Happy to review if you want to send a PR