Make a Tree for a Code Comment
Generate a structure diagram to embed in source-code comments.
Indent with spaces or tabs to nest items. Each deeper indent becomes a child.
my-project ├── src │ ├── components │ │ ├── Button.tsx │ │ └── Modal.tsx │ ├── lib │ │ └── utils.ts │ └── index.ts ├── public │ └── favicon.ico ├── package.json └── README.md
💡 Paste a folder structure (or any nested outline) and get a clean tree you can drop into a README, a comment, or documentation. Use the ASCII style for environments that don’t render box-drawing characters. Everything runs in your browser.
code comments tips
Use the ASCII style so the tree reads correctly in editors and terminals that don't render Unicode box characters.
A small tree in a module header explains how files in a feature folder relate.
Keep comment trees short so they don't drift out of date as the code changes.
Generated locally in your browser.
Hoe dit werk
Hoekom ons gebruik?
Also check out…
Add a Folder Tree to a README
Generate a clean project-structure tree to documen
Document a Project Structure
Create a directory tree for technical docs and wik
Show a File Tree in a Talk
Create a clean directory diagram for slides and tu
Turn an Outline into a Tree
Visualise any nested outline — not just files — as
