Minimal VS Code extension for project awareness: project size, a guided size breakdown, LOC, selection line counter, and a terminal shortcut — all from the status bar.
Demo
Quickstart
Open a folder or workspace.
Click the project size item in the status bar to open the Metrics Panel.
Use Termetrix: Refresh Project Scan to rescan on demand.
Status Bar
Item
Behavior
Terminal button
Opens the integrated terminal. Can be hidden via settings.
Project size
Shows total project size. Click to open the Metrics Panel.
Refresh / Cancel
Refreshes the scan on click. Animates while scanning; click again to cancel.
Selection line count
Shows the number of selected lines. Visible only while selecting text. Can be hidden via settings.
Configuration
All settings are optional. Scan limits and auto-refresh are configurable via termetrix.* settings in VS Code.
Notable settings:
termetrix.statusBar.showTerminalButton — show/hide the terminal button (default: true)
termetrix.statusBar.showSelectionLineCount — show/hide the line counter (default: true)