Our target is help developers done their work faster and faster.
"File template" Help you to create a template and create file from that template quickly
Features
1. Create a template
Open VSCode command prompt (ctrl + shift + P) -> type "File template: Create file from template" -> Hit enter
It will prompt an input to ask you the template name, my suggestion of your template name is [template-name].[template-extension], example: example.ts, example.service.ts, my-template.js, ...
Hit Enter after you type template name, it will open the template for you to edit it.
We using Velocity, you can learn more about it here.
You can use $name variable, we will ask it when you create a file
1. Create a file from template
On the explorer (on the left menu), right click on the folder that you want to create a file.
It will ask you the file name, just type the file name and hit Enter