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.