Using Familiar Emmet syntax.
Emmet File is a extension to scaffold different file & folder structure with Emmet-style syntax.
From creating multiple files at once.
To a whole project scaffolding
Call the Track Files in the Command Pallete (Ctrl+Shift+P).
Create multiple sibling files using +, try index.html+styles.css!
Create Directories with !, as dirname!file.
Same as Emmet, but replace * with ^, you can have as many $ as you want.
Add inner contents of the file via {}, $s are supported
For more control of the ^ command, You can specify its range with ^[stop]@[start],[step]
For typing special characters, use the \ to escape the syntax.
For typing special characters, use the \ to escape the syntax.
Special preprocessing and templating functionality is in the []. You may add special shortcuts to long emmet file abbreviations.
To add new templates, edit the Emmet File > Templates settings (emmetFile.templates) in the settings.json file.
Please make an active file to parse your directory!
You need to open at least 1 file in the editor for the extension to register and save your workspace path.
Invalid Parsing!
Self Explantory, but note that {} will not throw a Invalid Parsing error even if parsing is invalid.










