Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Time Tracking Plugin [closed]

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.

like image 847
William Hurst Avatar asked Jul 31 '09 11:07

William Hurst


2 Answers

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

like image 158
Alan Hamlett Avatar answered Sep 18 '22 16:09

Alan Hamlett


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.

like image 38
Sergey Vlasov Avatar answered Sep 17 '22 16:09

Sergey Vlasov