Mehdi Faraji
Mehdi Faraji

Reputation: 3846

How to generate folder and files inside it with a command in visual studio code?

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

Answers (1)

Mehdi Faraji
Mehdi Faraji

Reputation: 3846

I solved the issue by using Folder Templates (repository) extension for visual studio code .

Upvotes: 1

Related Questions