Is it possible to generate chainable field mutators in IntelliJ IDEA? Preferably with a prefix other than set to avoid breaking conventions. Let’s say withX is the chainable companion to setX. For example, given this class stub I can use Generate -> Setters to generate a public void setFoo(String foo) method. Is there a similar way to generate a public