top | item 30125081

(no title)

hyldmo | 4 years ago

I have an extension in VS Code that tracks time spent coding, and sends me a weekly summary. While I’m unsure how accurate the time algorithm is, on my “home office with no meetings” days it says I get around 5 hours of code time, which sounds about accurate. Interestingly it claims the the global average is 52 minutes, which I can definitely get on days with many interruptions.

discuss

order

mejutoco|4 years ago

How do you measure if you are coding in the extension? I wonder if it counts activity (keystroke, mouse) or uf having the window focused (while grabbing a quick coffee, for instance) counts.

capableweb|4 years ago

I'm not the parent you're replying to, but get similar stats on the average. I use RescueTime together with Neovim, and it works by activity. So if I leave for a coffee it stops logging the time I spend, and the window needs to be in focus. I also have the browser extensions setup, as to separate the time spent in editor compared to in browsers. The git repository is also logged, so I can see how much time is spent with what repository (normally use multiple repos at the same time). Not affiliated with RescueTime in any way, just a happy user.