Is there any way to automate writing Builder patterns in IntelliJ?
For example, given this simple class:
class Film { private String title; private
As a complement to @CrazyCoder's answer, I think it's very useful to know that in the upper-right side of Replace Constructor with Builder dialog there is a configuration button that you can use to rename setters' prefix.