Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Project Structure CreatorNew to Visual Studio Code? Get it now.
Project Structure Creator

Project Structure Creator

Saji Krishna R S

|
7 installs
| (1) | Free
Generate folders/files from indented or ASCII tree-like text.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📁 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

Demo Screenshot


🧪 Sample Input

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

  1. Open VS Code
  2. Install the extension from the Extensions Marketplace or by searching for Project-Structure-Creator in the Extensions view.
  3. Press Ctrl+Shift+P → search "Create Project Structure from Text"
  4. Paste your structure
  5. Click "📁 Create Structure"
  6. Choose a folder → done ✅

🛠️ Tech Stack

  • VS Code Extensions API
  • TypeScript
  • HTML/CSS/JS (Webview)
  • Node.js fs & path modules

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft