Python File Stats
A VS Code extension that scans your open workspace and shows the number of Python files and the line count for each file, displayed in a new panel.
Features
- Scans all
.py files in the current workspace
- Displays a table showing each file's name and line count
- Shows total number of Python files found
Usage
- Open a folder/project containing Python files
- Open the Command Palette (
Ctrl+Shift+P)
- Run "Show Python File Stats"
- A new panel opens showing the results
Requirements
No special requirements — works on any open workspace.
Release Notes
0.0.1
Initial release — basic Python file and line count stats.
| |