Skip to content

rsinukov/AutoValueHelper

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages