Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI DiskTree Creator (AI Scaffold Builder)New to Visual Studio Code? Get it now.
AI DiskTree Creator (AI Scaffold Builder)

AI DiskTree Creator (AI Scaffold Builder)

Preview

Aditya Milan

|
3 installs
| (0) | Free
Speed up your workflow by instantly creating full folder and file structures in VS Code from AI-generated or manually written directory trees. Just paste your tree into a text file and let this extension convert it into real folders and files in seconds.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI DiskTree Creator (AI Scaffold Builder) README

Speed up your workflow by instantly creating full folder and file structures in VS Code from AI-generated or manually written directory trees. Just paste your tree into a text file and let this extension convert it into real folders and files in seconds.

"Paste. Run. Done. Instantly build real folder structures from AI-generated text trees."

Prerequisites

Make sure your VS Code workspace is open at the folder where you want the tree structure to be created.

Install the 'AI DiskTree Creator (AI Scaffold Builder)' extension from the VS Code Marketplace.

Start VS Code

Open your Projects folder inside VS Code. Creat a new file and paste your tree structure in it.

Paste tree structure

Run the extension

Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).

Run AI DiskTree Creation

Result in VS Code Explorer

Watch how folders and files appear instantly:

Auto-Creation

See the Generation log

Everything the extension has done would be displayed here

Tree Creation log

Flexible Tree Structure Parsing

Tool support flexible tree structure generated by a variety of AI Tools.

Alternate tree format

Tree Structure with icons

Tool support flexible parsing of tree structure with symbolic icons generated by a variety of AI Tools.

Alternate tree format

How to Use

Open Base Folder:
Open the folder in VS Code where you want the directory structure to be created.

Create a Text File:
Inside the base folder, create a plain text file with any name (e.g., structure.txt).

Paste Directory Structure:
Paste your tree structure inside the file. You don't even need to save it just paste your structure. For example:

my-project/
├── index.html
├── style/
│   └── main.css
└── scripts/
    ├── app.js
    └── utils.js

Run the Extension:

    Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).

    Search for and run 'AI DiskTree Creator (AI Scaffold Builder)':
    
    Generate from Tree File.

Done!
The extension will parse the tree and create corresponding folders and blank files.

Supported Syntax

Indentation using pipes and dashes (├──, └──, etc.).

Nesting via spacing or indentation (based on consistent tree formatting).

Optional support for tree roots ending with / to indicate folders.

Notes

Existing files/folders with the same name will not be overwritten.

Only plain-text structures are supported (no JSON or YAML for now).

Make sure your tree format is clean and consistent.

AI DiskTree Creator

VS Code Marketplace Downloads Rating

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