languagetool-code-comments icon indicating copy to clipboard operation
languagetool-code-comments copied to clipboard

please document how to use local language tool server

Open ccoVeille opened this issue 1 year ago • 2 comments

I found out this in the code

https://github.com/dustinblackman/languagetool-code-comments/blob/7e0689b2abd338b0677d7aa2769f3b02287d9d8b/src/main.rs#L43-L52

But I failed to make it works, I see no call in my local language tool server.

So my question is about how to use it, but maybe also if there is a bug or not.

ccoVeille avatar Apr 15 '24 08:04 ccoVeille

I can confirm that I am also experiencing this issue. I run it this way: languagetool-code-comments.exe check -u http://127.0.0.1:8081 -l en-US -f demo.py, and yet there's nothing in the log of my local server.

ralienpp avatar Jan 22 '25 14:01 ralienpp

For records, I moved to https://github.com/jeertmans/languagetool-rust and I'm happy about it, even if the project needs some features.

ccoVeille avatar Jan 22 '25 14:01 ccoVeille