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

Tree

CTC

|
36,485 installs
| (5) | Free
Language support for Tree files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-tree-language

This VSCode Extension adds syntax highlighting support for .tree files - This is not a real language but this is very helpful for reviewing tree command output.

Features

  • Syntax highlighting 💅
  • Folding 🤏
  • Web extension support 🕸

Demo

How do I generate a tree?

Please use the @structure-codes/cli to generate a structure file. Otherwise, you may use the tree command of your liking but results may vary.

├── functions
├── src
│  ├── articles
│  ├── components
│  │  ├── builder
│  │  │  ├── center
│  │  │  ├── left
│  │  │  │  └── sections
│  │  │  ├── lists
│  │  │  └── right
│  │  │    └── sections
│  │  ├── dashboard
│  │  ├── landing
│  │  ├── router
│  │  └── shared
│  └── constants
└── static
  └── images
    ├── screenshots
    └── templates
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft