Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tree-generatorNew to Visual Studio Code? Get it now.
tree-generator

tree-generator

严文彬

|
6,690 installs
| (4) | Free
这是一个可以方便快速生成文件目录树的插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

tree-generator

这是一个可以根据指定目目录生成目录树的插件,形如

  ├─ css              // css
  │  ├─ common.css    // common.css
  │  └─ details.css   
  ├─ images           
  │  └─ logo.png      //
  └─ js               
     ├─ lib           
     │  └─ jquery.js  //
     ├─ common.js     
     ├─ home.js       
     └─ pages.js      //

Features

  • 美观。连接线完美展示,注释位对齐
  • 方便。只需右键点击生成即可复制到剪贴板上
  • 快速。原生实现,不依赖任何第三方,性能高

已排除以.开头的文件或文件夹和node_modules文件夹

ScreenShot

ScreenShot

Enjoy!

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