Create files with touch command like syntax
- Open a workspace / editor
Command + Shift + P
orCtrl + Shift + P
, entertouch-my-files: Create file(s)
, and pressEnter
- single file
file.ts
- creates folder if not exists
src/main.ts
- multiple files
package.json src/App.tsx
Button{1..3}.{style,test}.ts