Graphy is a VS Code extension that generates a Graphy.md report for your workspace, summarizing the codebase structure with tree views, file counts, and extension breakdowns for quick AI-friendly context.
Details
Graphy scans the first workspace folder, builds a lightweight structural summary, and writes a Graphy.md report at the workspace root. The report includes a directory tree, file counts, and extension breakdowns so you can share or paste a high-signal overview into AI tools or code reviews.
Features
Generate a Graphy.md report from Graphy: Generate Codebase Analysis
Summaries for total files, total directories, and extension breakdowns
Readable directory tree for fast repo orientation
Auto-open the generated report on completion
LineLens badges showing line counts in the Explorer
Refresh LineLens data with LineLens: Refresh Line Counts
Screenshot
Usage
Once installed, open a folder in VS Code and run the command:
Command Palette: Graphy: Generate Analysis
Output: A Graphy.md file appears in the workspace root and opens automatically
LineLens: Line counts appear next to files and folders in the Explorer
Manual refresh: Run LineLens: Refresh Line Counts
Performance Notes
Analysis runs on the first workspace folder when multiple folders are open
Large repositories may take longer to process depending on filesystem size
Installation
Install the extension from the VS Code Marketplace
Reload VS Code
Run Graphy: Generate Analysis from the Command Palette
Extension Settings
This extension has no configurable settings at this time.
Changelog
See graphy/CHANGELOG.md for release notes and feature history.