Create full folder & file structures in seconds — right from a simple text-based tree!
- 🏗 Build entire directory structures from
.txt
files - ⚡ Instant creation with a single right-click
- 🧠 Smart parsing of ASCII-style trees (
├──
,│
,└──
, etc.)
-
Write your folder structure in a
.txt
file:project/ ├── src/ │ ├── index.js │ └── utils.js └── README.md
-
Right-click the
.txt
file and select:
"Build Tree from File" -
Watch your structure appear!
Useful for:
- Bootstrapping projects
- Prototyping file structures
- Teaching file system concepts
- Install the extension from the Marketplace
- Prepare your
.txt
tree file - Right-click → Build Tree → Done! ✅
- Directories must end with a
/
- Empty files are created automatically
- Supports nested folders up to any depth