dustinblackman / languagetool-code-comments

languagetool-code-comments integrates the LanguageTool API to parse, spell check, and correct the grammar of your code comments!
MIT License
31 stars 4 forks source link

please document how to use local language tool server #6

Open ccoVeille opened 3 months ago

ccoVeille commented 3 months ago

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.