LanguageTool-based proofreading in IntelliJ based IDEs

We’ve developed a plugin for IntelliJ Platform which uses LanguageTool as a proofreader.

It is called Grazi and can be found in official jetbrains plugins repository (here)

There are a lot of things to do, but it will be extremely helpful if you will try and let us know with any bugs, issues or subjects to enhance.

Right now it supports few markup languages (XML, Markdown), comments in any language and plain text. Also, we have extended support of Java, Kotlin and Python. It means that docs and literal strings (including formatted) are also checked.

Plugin is open source, code and issues are on GitHub (here)

That’s great! I just wanted to give it a try, but I see it’s not part of the built-in Marketplace inside IntelliJ? Does that mean one needs to download the ZIP and use “Install Plugin from disk”?

I’ve linked your plugin in our Wiki.

Hi, nope, it is a Marketplace plugin, but it is compatible only with IntelliJ IDEA 2019.1 version for now. We are using new interfaces of python plugin, so we cannot compile against 2018.3.* :frowning: