Map My Project is a tool that analyzes the folder structure of a project and generates a textual description of the structure found. With this tool, you can have a clear view of the organization of your project and easily understand how folders and files are related.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A VS Code extension that generates a visual tree structure of your project folders, automatically ignoring common directories like node_modules, .git, and other development artifacts.
Features
Generates a clean, hierarchical folder structure
Automatically ignores common development directories
Creates a folder_structure.txt file in your project root
Option to open the generated file immediately
Customizable through VS Code settings
Installation
Open VS Code
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
Search for "Map My Project"
Click Install
Usage
Basic Usage
Open your project folder in VS Code
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
Type "Generate folder structure" and select the command