Generate a detailed text file (project-structure.md) of your current workspace’s full file and folder hierarchy with a single command in VS Code.
Features
Instantly produces an ASCII tree listing all directories and files in your workspace, respecting .gitignore patterns and user-defined exclude filters[^1].
Outputs to a markdown file (project-structure.md) at the workspace root and automatically opens it in the editor[^2].
Provides a Command Palette entry ("Generate Project Structure") and Explorer context menu integration for folders[^3].
Requirements
Visual Studio Code v1.60.0 or later[^4].
Node.js v12 or newer installed on your system[^5].