Is there any way to automate writing Builder patterns in IntelliJ?
For example, given this simple class:
class Film { private String title; private
Generate constructor of the class by right clicking on class Generate>Constructor. Then, on Windows, press is Ctrl+Shift+A to find action and type "builder", select "Replace constructor with builder.."