Code Line Tracker
Real-time visibility into your coding activity, right in the status bar.
Ever wondered how many lines you actually write or delete in a session? Now you can see it at a glance.
Features
- Live Line Counter — See
+added and -deleted lines updating in real-time as you code
- Per-File Breakdown — View detailed stats for each changed file in the sidebar panel
- File Selection — Select specific files to see aggregated stats, with Select All / None shortcuts
- Sort Toggle — Switch between alphabetical (A-Z) and most-changed-first sorting
- Click to Open — Click any file in the list to jump directly to it
How It Works
- The extension runs
git diff HEAD --numstat to calculate line changes
- Changes are debounced (1.5s) and refreshed periodically (30s)
- The status bar shows:
Total : 150 || +120 -30
- Click the status bar item or open the "Code Line Tracker" panel in Source Control to see per-file details
Supported IDEs
This extension works in all VS Code-compatible editors:
- VS Code
- Cursor
- Windsurf
- VSCodium / Codium
- Gitpod
- Theia
Requirements
- Git must be installed and available in your PATH
- The workspace must be inside a Git repository
Installation
From Marketplace
Search for "Code Line Tracker" in the Extensions panel.
From VSIX
- Download the
.vsix file
- Open Command Palette (
Cmd+Shift+P / Ctrl+Shift+P)
- Run "Extensions: Install from VSIX..."
- Select the downloaded file
License
MIT
| |