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

tree-generator-defined

Waves_Man

|
44 installs
| (0) | Free
基于项目“XboxYan/tree-generator@github”,新增右键菜单“添加忽略项、移除忽略项”
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

tree-generator-defined

基于 “XboxYan/tree-generator” 修改

Introduction

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

  ├─ 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

Install

Windows CMD

cd %USERPROFILE%\.vscode\extensions
git clone https://github.com/WavesMan/tree-generator-defined.git

Windows PowerShell

cd $env:USERPROFILE\.vscode\extensions
git clone https://github.com/WavesMan/tree-generator-defined.git
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft