Project Tree Visualizer
A VS Code extension to visually inspect, copy, export and selectively ignore project structures.
Features
- Interactive Webview preview with colored depth guides, search, expand/collapse, file opening and counts.
- Copy as Raw Text, Markdown or structured JSON.
- Export as
.txt, .md or .json.
- AI-friendly copy mode with configurable depth.
- Independent
.treeignore support. .gitignore is never read.
- Explorer command to add a file/folder to
.treeignore using a portable relative path.
- Built-in performance exclusions for generated/heavy folders.
- Optional absolute path and attribution controls.
.treeignore
Create .treeignore in the workspace root, or use Ignore in Project Tree from Explorer.
# comments
src/generated/
*.log
**/cache/
!src/generated/important.ts
Author
Created by Rohit JP Singh — https://github.com/rohitjpsingh
| |