SFDX: Create Apex Class command should allow you to specify a template. #5375
joseph-ortiz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
If you use the command palette to create an apex class, the DefaultApexClass template is used without an option to select what template.
Describe the solution you'd like
I am proposing an additional input in the "SFDX:Create Apex Class" command to select a template. By default it should be DefaultApexClass but I'd like to specify the template sometimes. If there is a setting to toggle this feature on/off from vscode settings is a possibility for those who do not want to select a template.
4 if applicable, Enter desired directory. Hit enter.
Describe alternatives you've considered
i can just use the SFDX cli command with the template flag to create the class .
Additional context
Beta Was this translation helpful? Give feedback.
All reactions