TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

On save action #103

Open ladislavlencucha opened 3 years ago

ladislavlencucha commented 3 years ago

I don't know whether this is possible. IDEA introduced On save actions functionality. Would it be somehow possible to register also this plugin as on save action (or at least have a checkbox to run when file is saved)?

We have have a policy to always generate javadoc for public classes and no parameter can be missing and no mismatched parameter can be present. This plugin solves it nicely, but sometimes I forget to press ctrl+shift+G :-)