📁 Project Structure Creator
A Visual Studio Code extension to generate folder and file structures from text-based input like indented trees or ASCII-style diagrams.
✨ Features
- 📝 Smart parsing of indented or ASCII tree structures (like
├── , └── )
- 🧠 Detects folders vs files based on indentation & structure
- 📂 Live preview before generating
- 📁 Automatically creates missing directories and files
- ✅ Root folder creation support
- 🔄 Optional overwrite confirmation if project root exists
- 🎨 Clean, dark-themed UI with instant feedback
📸 Screenshot

Type 1: ASCII Tree
my-app/
├── public/
│ └── index.html
├── src/
│ ├── App.tsx
│ └── main.tsx
└── README.md
Type 2: Space Indented
my-app/
public/
index.html
src/
App.tsx
main.tsx
README.md
🚀 Getting Started
- Open VS Code
- Install the extension from the Extensions Marketplace or by searching for
Project-Structure-Creator in the Extensions view.
- Press
Ctrl+Shift+P → search "Create Project Structure from Text"
- Paste your structure
- Click "📁 Create Structure"
- Choose a folder → done ✅
🛠️ Tech Stack
| |