netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Add access modifiers to code generating

Open PavelTurk opened this issue 8 months ago • 0 comments

Description

Using Alt+Insert we can generate different code - constructors, getters, setters etc. I suggest to let user choose what access modifier will be used for generated code. For example, using combo box or radio buttons with values: public, protected, default, private.

Use case/motivation

No response

Related issues

No response

Are you willing to submit a pull request?

No

PavelTurk avatar Jun 11 '24 19:06 PavelTurk