vscode-file-templates-ext
vscode-file-templates-ext copied to clipboard
Feature Request: Support for multiple folders in workspaces
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 I work on a project where I have to develop several packages at the same time it's a bit annoying to always move the created file to another folder.
Would it be possible to add a selection of the desired sub-project if there are any?
Or moving the base path for resolving the destination one level up so you could specify the project folder within the "Please enter the desired filename" dialog.