vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

enhancement - option to set class/enum/interface/record templates

Open mamilic opened this issue 1 year ago • 0 comments

Whenever new class is created it is populated with template, I was wondering if there is already some existing setting to configure this. Also it would be really handy to be able to set template for such use cases. Often I am creating classes with narrow access/visibility modifier which is protected as I want by default to not expose classes/interfaces/records/enums outside of package. At the moment with current setup, I need to create class and then edit the visibility modified, which sometimes I forget.

mamilic avatar Nov 22 '24 16:11 mamilic