This IntelliJ Plugin helps with immutables.org by extending 'Find Usages' for immutable property getter.
Note this is not an official immutables.org plugin (there was no official plugin as of Feb 2021).
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Immutables.org Support" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Set the Plugin ID in the above README badges. -
Set the Deployment Token. - Support @Builder.Factory
- support other features like:
- @Builder.Constructor,
- @Value.Style
- support less common cases like:
- having
@Value.Immutableon interface that extends the public interface (the one containing properties signatures)
- having
Plugin based on the IntelliJ Platform Plugin Template.
