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
- Right click a folder in Explorer
- Click:
Paste Tree: Generate Structure
- Paste your structure
- Click Generate
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
| |