13

Is there a plug-in for Visual Studio that will track time spent on a project as well as the files being worked on?

It would be really useful to be able to generate a report each day with the projects worked on the files that were being worked would be used to match up a task to the time.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
William Hurst
  • 2,231
  • 5
  • 33
  • 54
  • See also: http://stackoverflow.com/questions/8843328/an-add-on-to-keep-track-of-total-hours-worked-on-a-project-in-visual-studio – jessehouwing Jan 01 '14 at 20:30

5 Answers5

12

Check out WakaTime, open-source on GitHub:

https://github.com/wakatime/visualstudio-wakatime

It gives you a dashboard of your logged time:

enter image description here

Alan Hamlett
  • 3,160
  • 1
  • 23
  • 23
6

You can try my recently released Visual Time Spent add-in. It integrates with Visual Studio and tracks time spent on solutions, projects and files.

Sergey Vlasov
  • 26,641
  • 3
  • 64
  • 66
4

If you are using TFS you can track time allocated to Work Items in your team project using TFS Working On

Seems pretty straight forward to setup and use... although I do not have experience using it for any length of time.

Saul Dolgin
  • 8,624
  • 4
  • 37
  • 43
2

Check out TargetProcess

However, it does way more than tracking time, so it might not be appropriate to what you want to have.

Marco Di Francesco
  • 35
  • 1
  • 4
  • 14
Johannes Rudolph
  • 35,298
  • 14
  • 114
  • 172
  • 1
    This solution is good, but doesn't "track ... the files being worked on" as requested in the OP, does it? – noelicus Aug 05 '14 at 21:05
0

time cockpit has a feature called "signal trackers". Those track what you are doing, encrypt the data, synchronize it between your devices and presents it in a Calendar style application. You can therefore easily derive what you have been doing when and reconstruct your day.

In your situation, it would track the active window title (showing the solution file) as well as the file writes you had (tells you the files you changed). So you would probably get decent hints on what you have been working at.

I can't be objective here, as I am one of the devs, but it works quite well for our customers as well as us internally.

Philipp Aumayr
  • 1,400
  • 11
  • 14