A lightweight VS Code extension that analyzes your current file and displays
useful statistics in a side panel — line counts, function detection, and
import analysis at a glance.
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
Planned Features
Multi-file and full workspace analysis
AI-powered code summaries
Visual block diagram generation from codebase structure
Release Notes
1.0.0
Initial release — file stats panel with line count, function detection, and import analysis.