A VS Code extension that generates a summary of your project's code files. It analyzes the project structure and extracts content from supported file types to create a comprehensive summary.
Features
Generates an ASCII tree structure of your project
Extracts code from supported file types:
C# (.cs)
Python (.py)
React (.jsx, .ts)
HTML (.html)
Creates a single summary file with both project structure and file contents
Usage
Open your project in VS Code
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the command palette
Type and select Code2Summarize: Generate Code Summary
The extension will create a summary file named [ParentFolderName]_Code2Summarize.txt in your project's root directory
Output Format
The summary file contains:
An ASCII tree representation of your project structure
Content of each supported file, including:
File name
Relative path
Full content
End-of-file delimiter
Installation
Local Installation
Download the extension files
Place them in a folder under your .vscode/extensions directory: