A small extension that help you to create files & folder in Atom Style.
How to use?
Keyboard Shortcut: ctrl+alt+N to create new files & ctrl+alt+shift+N to create new folders. (you can override these shortcuts).
Press ctrl+shift+p to open command panel and type Create File or Create Folder.
Right click on Explorer Window and click Create File or Create Folder.
Feature
Create Files or Folder : Type /path/subpath/TestPath or /path/subpath/fileName.js
Create Multiple files on the go :
Type /path/subpath/file1 > file2 > file3 to create multiple file (file1, file2, file3) at a time in /path/subpath/ path.
Installation
Open VSCode Editor and Press ctrl+P, type ext install create-file-folder.