Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Code Line TrackerNew to Visual Studio Code? Get it now.
Code Line Tracker

Code Line Tracker

mehmetsahinnn

| (0) | Free
Real-time visibility into your coding activity. See added and deleted lines in the status bar as you code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. The extension runs git diff HEAD --numstat to calculate line changes
  2. Changes are debounced (1.5s) and refreshed periodically (30s)
  3. The status bar shows: Total : 150 || +120 -30
  4. 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

  1. Download the .vsix file
  2. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  3. Run "Extensions: Install from VSIX..."
  4. Select the downloaded file

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft