innerbuilder icon indicating copy to clipboard operation
innerbuilder copied to clipboard

Feature: Extend the static builder naming options with a regex textfield

Open samvangucht opened this issue 1 year ago • 0 comments

Hello,

We ran into the limitation of not being able to provide our own naming for the static builder method. Therefor i would like to request if it is possible to add the option in the prompt menu where we can write our own custom static builder naming pattern instead of choosing from the available options.

for example: for class named Foo with static builder naming pattern = [className]From would result in the static builder method being names as follows: public static Builder fooFrom() {}

Thanks.

samvangucht avatar Jun 03 '24 06:06 samvangucht