analytically / innerbuilder

IntelliJ IDEA plugin which generates an inner builder class

Home Page:https://plugins.jetbrains.com/plugin/7354-innerbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

samvangucht opened this issue · 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.