ProgramTally is a small VS Code extension that tracks your total lines of code and error/warning count in real time. It shows stats in both the status bar and a live Webview panel.
- Live total lines count across all open files
- Live errors and warnings count
- Status bar display for quick glance
- Webview panel for detailed stats
- Install the extension in VS Code.
- Press
F5to open Extension Development Host. - Use the command ProgramTally: Open App to view the Webview panel.
- VS Code 1.80 or higher
- Works with any programming language supported by VS Code diagnostics
- Initial release with status bar and Webview panel
- Add a yearly summary view similar to Spotify Wrapped, showing total lines written, total errors and warnings, and most active languages over the year