CodeMaker
A idea-plugin for Java/Scala to generate code, support custom code template.

This plugin generates code from right click 'Generate...' menu while focused on a Java/Scala class. The output class can be customized using a provided velocity template to format the code based on the origin class and optional selected classes. There are many features are contributed by Dmitry Karlinsky and I appreciate that.
The following features are available:
- Support add custom template to generate more code.(Velocity templates and groovy templates)
- Generate the model class for the persistent class.
- Generate the converter class for the model class and the persistent class.
- Generate
@see doc for override method.
- Support Scala.
- Generate api table from code
Install
Option 1
- Search 'CodeMaker' in Idea plugins repository.
Option 2
Download Releases
To install a plugin from the disk in idea
- Open the Settings/Preferences dialog box and select Plugins on the left pane.
- On the right pane of the dialog, click the Install plugin from disk button.
- In the dialog that opens, select the desired plugin. You can quickly locate and select the necessary file if you drag-and-drop the corresponding item from your file browser (Explorer, Finder, etc.) into the area where the tree is shown. Click OK to proceed.
- Click Apply button of the Settings/Preferences dialog.
- Following the system prompt that appears, restart IntelliJ IDEA to activate the installed plugin, or postpone it, at your choice.