Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TreeifyNew to Visual Studio Code? Get it now.
Treeify

Treeify

Jessy Chahal

|
5 installs
| (0) | Free
Generate a text-based tree representation of your workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🌳 Treeify

Visualize your project structure in seconds.

Treeify is a VS Code extension that instantly generates a text-based ASCII tree of your current workspace. Perfect for documentation, context sharing, or just admiring your beautiful file architecture.

✨ Features

  • 🚀 Instant Generation: One command to map your entire folder.
  • 📄 Markdown Ready: Outputs directly to a new Markdown file for easy copying.
  • 🧹 Clean Output: Automatically ignores noise like node_modules and .git.

🎮 Usage

  1. Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P).
  2. Type Treeify: Generate Tree.
  3. Boom! 💥 A new file opens with your directory tree.

📝 Example

my-project/
├── src/
│   ├── components/
│   │   ├── Button.tsx
│   │   └── Header.tsx
│   └── index.ts
├── package.json
└── README.md

Made with ❤️ by Zyxify

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