CodeMapper is a Visual Studio Code extension that maps and displays your workspace structure and file contents, providing an easy way to visualize and navigate your project.
Features
Map your entire workspace structure
Display file contents alongside the structure
Collapsible folder view for easy navigation
Exclude specific file types from the map
Copy all displayed content with a single click
Usage
Open a workspace in Visual Studio Code
Open the Command Palette (Ctrl+Shift+P)
Type "Map Workspace" and select the command
The CodeMapper panel will open, displaying your workspace structure
Configuration
You can configure CodeMapper in your VS Code settings:
codemapper.excludedFileTypes: An array of file extensions to exclude from the workspace map (default: [".jpg", ".png", ".pdf"])