blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

Take selected folder into account

Open iyegoroff opened this issue 8 years ago • 1 comments

When selecting folder with arrow keys and creating template from "shift+command+p" menu template will be generated in root folder. I think it should create template inside selected folder instead.

iyegoroff avatar Nov 19 '17 17:11 iyegoroff

Looked into this a little bit and not sure if it is feasible at the moment with the current vscode api. There are a couple open related enhancement requests that I came across over in the vscode GitHub. https://github.com/Microsoft/vscode/issues/3553 https://github.com/Microsoft/vscode/issues/15991

We could maybe add something like an option to enter in the path where you would like the file to be created similar to what is being done in this extension. https://github.com/dkundel/vscode-new-file

nguyenduyh33 avatar May 08 '18 15:05 nguyenduyh33