DeepCommenter is an Intellij IDEA plugin used to generate java code comment automatically.
- Download
deepcommenter-client.jar; - Open Intellij IDEA, choose
-
Windows:
File->Settings->Plugins; -
Mac:
IntelliJ IDEA->Preferences->Plugins;
-
- choose
Install Plugin from Disk; - find the path of the jar and install it.
- Restart Intellij IDEA to activate the plugin.
- Select the java method you want to generate comment for;
- choose
Code->Generate Comment; - The automatically generated comment will be inserted right above the selected code.