cssmodules-language-server icon indicating copy to clipboard operation
cssmodules-language-server copied to clipboard

autocompletion and go-to-defintion for cssmodules

Results 6 cssmodules-language-server issues
Sort by recently updated
recently updated
newest added

Ability to rename the CSS classes would make refactoring so much easier. Of course, it should also take the casing rules into account when performing the rename.

Tried to build this, but I'm getting this error when trying to trigger a definition jump: ``` Package subpath './lib/stringifier' is not defined by "exports" in /nix/store/22p2iznzn925vfrn8s91ljwag635s7s4-cssmodules-language-server-1.3.1/lib/node_modules/cssmodules-language-server/node_modules/postcss/package.json ``` It looks...

## decription It seems that named export is not detected, which is embarrassing because it's an ES6 feature that everyone loves :( ## screenshot ### no problem with default export...

This is an extension to #25. Introduces `[` as a trigger character for completion, managing replacements avoiding to add wrapping characters if already present in file contents (mostly due to...

‌‌‌I have configured cssmodule-ls in lazyvim, and it can be displayed in LspInfo, but neither completion nor navigation is working. ![image](https://github.com/user-attachments/assets/683aa521-8853-4007-9dfa-888ba59175aa) ![image](https://github.com/user-attachments/assets/a1ed31a0-5711-4370-b134-135f10834d1a) ![image](https://github.com/user-attachments/assets/1c31ac93-3218-4e5b-b0ed-a74ed2a8c6b7)

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...