Intention action: create getter
Hi,
Is there way to configure the visibility of the Create getter intention
action? It always creates public accessors and I usually create private
and sometimes protected accessors.
Thanks,
Franklin.
Please sign in to leave a comment.
Hi,
Can I use templates for automatic setter creation?
I want to create
public void setSomething(final String newSomethingValue) {
something = newSomethingValue;
}