Simple Extension to create the skeleton for a Apex Trigger.
Based on Kevin O'Hara's apex trigger framework
Creates the apex trigger , apex trigger handler class and apex service layer class
Ctrl-Shift-P then click on Command Create Apex Trigger Framework Skeleton
Input the Object API Name, Apex Trigger Name, Trigger Handler Name, Service Class Name and the API Version
Also input if already existing triggers/classes of the same name are to be overwritten.
Requirements
A sfdx-project.json file must be located at the root of the project directory.