Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Project Tree VisualizerNew to Visual Studio Code? Get it now.
Project Tree Visualizer

Project Tree Visualizer

Rohit JP Singh

|
2 installs
| (0) | Free
Visualize, copy, export and selectively ignore project trees without using .gitignore.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft