Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Paste TreeNew to Visual Studio Code? Get it now.
Paste Tree

Paste Tree

Dhruvil Kundaliya

|
2 installs
| (0) | Free
Generate files and folders instantly from a pasted directory tree structure.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Paste Tree

Generate files and folders instantly from a pasted directory tree structure.


Features

  • Generate nested folders instantly
  • Supports Linux tree command output
  • Right-click explorer integration
  • Works in VSCode and Cursor
  • Safe generation without overwriting files

Example

Paste:

challenge/
├── app/
│   ├── app.py
│   ├── templates/
│   └── static/
├── bot/
│   ├── bot.js
│   └── package.json
└── README.md

Result: Creates the exact structure automatically inside your workspace.


Usage

  1. Right click a folder in Explorer
  2. Click:

Paste Tree: Generate Structure

  1. Paste your structure
  2. Click Generate

Supported Formats

Tree Output

project/
├── src/
│   ├── index.js
│   └── utils/
└── package.json

Indented List

project/
  src/
    index.js
    utils/
  package.json

Marketplace

Compatible with:

  • Visual Studio Code
  • Cursor
  • VSCode-based editors
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft