Anton Kastritskii

Results 78 comments of Anton Kastritskii

Thanks for the PR. I am currently traveling. I will try to review this over the weekend/next week when I get back.

Thanks! Released in [1.4.0](https://github.com/antonk52/cssmodules-language-server/releases/tag/v1.4.0) and published to npm

Hi and I am glad you enjoy the plugin. Hello, you are correct. If you have provided `remove_keymaps = true` the call for `setup` function becomes redundant. This is why...

Hello. Thanks for a detailed write up. I agree that `inline_surround` and `newline_surround` could be exported to build your own functionality. Happy to merge a PR where these two are...

To me this is a decent tread off as I am happy to open linked PR/issue and comment there directly. As long as I could use the app as notification...

Good point about auto opening vim folds. I have not considered it when opening the issue. A couple of other things that would be nice to have out of the...

Thanks for the code pointer. I have tested it and it works flawlessly. I guess this issue can be closed now.

There is no way for `vim.ui.select` to know that it has been called from a code actions function. A potential workaround could be to map your codeactions key map to...

Hey, thanks for the PR. I am hesitant to merge this in the current state. Since I last checked it is a known limitation of ESM in node that you...

> 2. I will research if an url parser can do the job. Maybe there is a module Id parser too. There is a built in Url and SearchParams that...