从 IDE 内跟踪时间
我想跟踪 IDE 中每个项目花费了多少时间。在我进行开发的过程中,我一直使用独立应用程序甚至 Web 应用程序。我希望它直接与 IDE 结合,因为它会根据打开的项目/文件自动跟踪所花费的时间(理想情况下)。
我开始阅读有关 Netbeans 的 TimeKeeper 的内容。还有什么效果很好......免费?
沃尔特
I would like to track how much time is spent on each project within my IDE. For as long as I've been developing, I've used a standalone application or even a web application. I would like it to tie into the IDE directly because it will automatically track time spent based on the open project / file (ideally).
I started to read about TimeKeeper for Netbeans. What else works well ... for free?
Walter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对 Eclipse http://www.eclipse.org/mylyn/ 有很好的经验
此外,作为 mylyn 的商业扩展,TaskTop 具有许多有趣的功能,例如特定于任务的桌面和花费的时间/错误的细分等。
I've had good experiences with http://www.eclipse.org/mylyn/ for eclipse
Also, the commercial extension of mylyn, TaskTop has a number of interesting features such as task-specific desktops and breakdown of hours spent / bug, etc.
查看 NetBeans 的 WakaTime。它在 GitHub 上开源,并且完全自动化:
https://github.com/wakatime/netbeans-wakatime< /a>
Check out WakaTime for NetBeans. It's open-source on GitHub, and completely automatic:
https://github.com/wakatime/netbeans-wakatime