Does anyone know a good utility to track how much you've coded in a day?
Looking to track and build a better habit around coding each day.
6 Replies
What do you mean by "how much coding" you do in a day? Do you have a definition?
wakatime
If you're trying to track how you spend your time during the day in general, and you're on a Mac, I like Timemator https://timemator.com/
Timemator for Mac — Automate your time-tracking and forget about th...
Timemator lets you automatically record your working time by tracking your project files, applications or websites.
For vs code, I love https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode code time. It is honestly great. It's opensource, it keeps a history of you which you see as a helpful chart, you can integrate it with git to compare yourself with your team. Does what I need to do and does it well
Code Time - Visual Studio Marketplace
Extension for Visual Studio Code - Code Time is an open source plugin that provides programming metrics right in Visual Studio Code.
Thank yall very much! Im going to check these out and see how they feel