IntelliJ IDEA plugin that adds a Builder
and Create
action to the Generate menu Alt+Insert
which generates a Builder
interface or create
method for AutoValue
class. Works with IntelliJ IDEA 12.x, 13.x and 14.x.
Download the plugin jar AutoValueHelper.jar
and select "Install Plugin From Disk" in IntelliJ's plugin preferences.
Use Shift+Alt+B
for Builder interface, Shift+Alt+C
for Create method or Alt+Insert
for options.
When generating when code already exists, the plugin will try to update it.
It will add missing methods and parameters and remove unused ones.
https://github.com/rsinukov/AutoValueHelper/issues
Based on InnerBuilder plugin. Thanks to Mathias Bogaert for his work!
Licensed under the Apache License, Version 2.0.