A VS Code extension that analyzes your repository and displays structural
statistics in a side panel — line counts, function detection, import
analysis, and more. Built to grow into full repository-level insight:
structural diagrams and automated documentation, on top of the file-level
analysis it already provides.
Features
Displays total line count, code lines, and blank lines
Detects and counts function/method definitions
Counts import statements and dependencies
Supports JavaScript, TypeScript, Java, and Python
Screenshot
How to Use
Open any code file in VS Code
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P on Mac)
Type "Show File Stats" and press Enter
A panel opens to the right displaying your file analysis
Roadmap
Repo Blueprint is actively expanding from file-level stats toward full
repository-level insight:
Multi-file and full workspace analysis
Visual block diagram generation from codebase structure
Automated README.md generation and other repetitive repo admin tasks
AI-powered code summaries
Release Notes
1.0.1 - 2026-09-01
Update repository URL in package.json to match renamed GitHub repo
1.0.0 - Repo Blueprint launch
Relaunched as Repo Blueprint, continuing development from the
File Stats Panel extension
Renamed package identifier and refreshed branding to reflect the
extension's growing scope
Prior release history (as File Stats Panel)
2.1.0 - 2026-08-21
** Added
Add finding names of imported modules functionality