Huuums/vscode-folder-templates

Some files should be creatable with a set path from project root

Huuums opened this issue · 0 comments

Something like this

 - My Template
   - __projectroot__
     - src 
       - tests
         - [FTName].test.js   // always gets created at this exact path in the project because of the __projectroot_ folder.Disregarding where you clicked  "Create new Templated folder"
   - [FTName] // Still gets created relative to the Folder where you clicked "Create new Templated Folder" 
     - [FTName].jsx