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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: