Reputation: 3846
In all projects I work with a similar design pattern so what I've noticed is that visual studio code I always have to create folder and files inside the folder repeatedly and its been time consuming a lot .
What I need to know is How can I create folder and two files inside of it with specific names by pressing a shortcut key or with a command in visual studio code ?
Upvotes: 1
Views: 1133
Reputation: 3846
I solved the issue by using Folder Templates (repository) extension for visual studio code .
Upvotes: 1