Visual Studio插件,用于测量在Solution / Project上花费的时间

时间:2022-10-17 05:36:04

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?

有没有人知道Visual Studio(2008)插件试图跟踪你花在任何给定的解决方案或项目上的时间?

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

3 个解决方案

#1


I don't know of any tools that can accomplish what you're looking for, I don't even think it would be accurate (if there were any). Still I would recommend Hour Guard as a personal time measurement tool. It's free and very effective.

我不知道有什么工具可以完成你想要的东西,我甚至认为它不准确(如果有的话)。我仍然建议使用Hour Guard作为个人时间测量工具。它是免费且非常有效的。

#2


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.

对于个人时间管理,您可以考虑RescueTime。它是外部监控应用程序,可收集有关您使用计算机的内容和持续时间的统计信息。

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).

不确定它是否可以区分Visual Studio中打开的不同解决方案,但它可以区分Office文档(尽管此功能仅适用于高级帐户)。

#3


You can try my recently released Visual Time Spent add-in. It integrates with Visual Studio 2008/2010 and tracks time spent on solutions, projects and files. Idle time is detected as no activity for more than 2 minutes.

您可以尝试我最近发布的Visual Time Spent加载项。它与Visual Studio 2008/2010集成,并跟踪在解决方案,项目和文件上花费的时间。空闲时间被检测为无活动超过2分钟。

#1


I don't know of any tools that can accomplish what you're looking for, I don't even think it would be accurate (if there were any). Still I would recommend Hour Guard as a personal time measurement tool. It's free and very effective.

我不知道有什么工具可以完成你想要的东西,我甚至认为它不准确(如果有的话)。我仍然建议使用Hour Guard作为个人时间测量工具。它是免费且非常有效的。

#2


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.

对于个人时间管理,您可以考虑RescueTime。它是外部监控应用程序,可收集有关您使用计算机的内容和持续时间的统计信息。

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).

不确定它是否可以区分Visual Studio中打开的不同解决方案,但它可以区分Office文档(尽管此功能仅适用于高级帐户)。

#3


You can try my recently released Visual Time Spent add-in. It integrates with Visual Studio 2008/2010 and tracks time spent on solutions, projects and files. Idle time is detected as no activity for more than 2 minutes.

您可以尝试我最近发布的Visual Time Spent加载项。它与Visual Studio 2008/2010集成,并跟踪在解决方案,项目和文件上花费的时间。空闲时间被检测为无活动超过2分钟。