Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.02 KB

AutoValueHelper

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.

Sample

Builder

Create

Manual installation

Download the plugin jar AutoValueHelper.jar and select "Install Plugin From Disk" in IntelliJ's plugin preferences.

Usage

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.

TODO

https://github.com/rsinukov/AutoValueHelper/issues

Thanks

Based on InnerBuilder plugin. Thanks to Mathias Bogaert for his work!

License

Licensed under the Apache License, Version 2.0.