You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: