Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project ScaffoldNew to Visual Studio Code? Get it now.
Project Scaffold

Project Scaffold

oha

|
56 installs
| (0) | Free
Create project structures easily with a visual interface
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Scaffold

A VSC extension that helps you quickly create project structures from a directory tree format. To use, just copy a directory tree structure into a plain text file, and let the extension create all the folders and files automatically.

Features

  • Create entire project structures from a text-based directory tree
  • Supports both files and folders
  • Simple clipboard-based workflow

Installation

  1. Install from VS Code Marketplace
  2. Alternatively, download the VSIX file from the releases page and install manually: code --install-extension project-scaffold.vsix

Usage

  1. For mac do cmd + shift + p, type Project Scaffold: Create project structure

  2. An input box will appear. Copy and paste your ascii tree into the box and click create structure

├── src/
│   ├── components/
│   │   └── Button.tsx
│   ├── utils/
│   │   └── helpers.ts
│   └── index.ts
├── tests/
│   └── index.test.ts
├── package.json
└── README.md
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft