vscode-file-templates-ext
vscode-file-templates-ext copied to clipboard
Visual Studio code extenstion that allows to quickly create new files based on defined templates.
I have a project in different folders on different devices, e.g. Device X → c:/Users/username/Sync/project/templates/ Device Y → e:/Sync/project/templates/ Since I sync this project over Sync, the configuration file is...
There is another typo in `README.md` check PR #39
On Mac, when I try to create a template, I get the following error: ``` ENOENT: no such file or directory, open '/Users/bwilcox/Library/Application Support/Code/User/FileTemplates/file.scss' ``` I think it's because of...
Hello all! When I built this extension I was not expecting to get so many attention (30 stars 14 forks and 18 issues) is a personal record!! I have been...
I have worked many times with File Templates very well. Suddenly, I get the error `EACCES: permission denied, open file [any.file]` , open file with every template that I try,...
On setting a custom path for the template files in Windows, VS Code throws an error: *Unknown configuration setting* ``` "fileTemplates.templates_dir": "path/to/my/templates" ``` Looking onto the error traces it shows...
If the template file has multiple variable declarations, the user was only asked to supply the last variable. Because only one variable was asked to be defined, the `Promise.all` never...
Hello, Is it possible to generate many files (based on all the existing templates) at the same time? Using the same variables and created in the same folder Regards Nicolas
Currently, when I run the command `Files: New file from template` and I enter a destination path, the file is always created in the first folder in my workspace. Because...