A Visual Studio Code extension that generates a visual tree structure of your folders and files. Perfect for documentation, sharing project structures, or getting a quick overview of your project's organization.
Features
Generate file tree structure with a right-click on any folder
Customize the depth of tree generation
Default ignore patterns for common folders (node_modules, .git, hidden files)
Output in a clear, markdown-formatted document
View tree structure with proper indentation and branch visualization
Usage
Right-click on any folder in VS Code's explorer
Select "Generate File Tree" from the context menu
Enter your desired depth level (or leave empty for unlimited depth)
The extension will automatically ignore:
node_modules directory
.git directory
Hidden files (starting with .)
A new document will open showing your file tree structure