Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Plug-in to measure time spent on Solution/Project [closed]

does anyone know of a Visual Studio (2008) Plug-in that attempts to track how long you've spent working on any given Solution or Project?

I realize this would be difficult, like at work I might leave a Solution open all day, but only work on it for a couple of hours, on and off.

However at home, I might only open a Solution when I'm working on it.

Regardless, is there anything out there that at least attempts to track time spent? Do some/any Source Control reports achieve this?

This would be a resource for me to get a rough idea of how long I've spent on a bunch of projects.

cheers

like image 668
andy Avatar asked May 09 '09 02:05

andy


1 Answers

For personal time management you can consider RescueTime. It is external monitoring app that gathers statistics on what and for how long you do with your computer.

Not sure if it can distinguish different solutions open in the Visual Studio, but it can distinguish Office documents (although this functionality is only available for premium accounts).

like image 86
Dima Malenko Avatar answered Sep 19 '22 20:09

Dima Malenko