想知道你Code的时间都在哪里吗?
从你打开一个javaCode记录你在这个类上花费的时间
看起来很好用
公司代码管控不敢用,很可惜没有离线版本,觉得可以看看代码
统计记录很全面
支持很多IDE
插件源码地址Source Code: 有动画
https://github.com/wakatime/jetbrains-wakatime
Metrics, insights, and time tracking automatically generated from your programming activity.
Installation
1. Inside your IDE, select Preferences -> Plugins -> Browse Repositories....
2. Search for wakatime.
3. Click the green Install Plugin button and confirm the installation.
4. Re-launch your IDE.
5. Enter your api key, then click Save.
6. Use your IDE like you normally do and your time will be tracked for you automatically.
7. Visit https://wakatime.com to see your logged time.
Source Code: https://github.com/wakatime/jetbrains-wakatime
https://translate.google.com翻译的见谅
从您的编程活动自动生成的度量标准,见解和时间跟踪。
安装
1.在IDE中,选择首选项 - >插件 - >浏览存储库....
2.搜索wakatime。
3.单击绿色的“安装插件”按钮并确认安装。
4.重新启动IDE。
5.输入您的api密钥,然后单击“保存”。
6.像往常一样使用IDE,自动跟踪您的时间。
7.访问https://wakatime.com查看您的记录时间。
源代码:https://github.com/wakatime/jetbrains-wakatime
安装方法很简单
在repositories里面搜索就可以
下载完成以后,点击api key 申请一个账号
使用GitHub 登录一下就好
点击一下就可以拿到Key ,
填写一下就可以了,免费
一切都是自动记录的蛮好玩
jetbrains-wakatime
Metrics, insights, and time tracking automatically generated from your programming activity.
Installation
Inside your IDE, select
Preferences
->Plugins
->Browse Repositories...
.Search for
WakaTime
.Click the green
Install Plugin
button.Click
Close
andOK
, then Re-launch your IDE.Enter your api key in
Tools -> WakaTime API Key
, then clickSave
.Use your IDE and your coding activity will be displayed on your WakaTime dashboard.
Screen Shots
[站外图片上传中...(image-1895c5-1536314521665)]
Configuring
WakaTime for Jetbrains IDE's can be configured via Tools -> WakaTime Settings.
For more settings, WakaTime plugins share a common config file .wakatime.cfg
located in your user home directory with these options available.
Uninstalling
Inside your IDE, select Preferences
-> Plugins
, then find the WakaTime
plugin. Click Uninstall
. Then delete your ~/.wakatime.cfg
config file.
Troubleshooting
First, turn on debug mode from File -> WakaTime Settings. Then restart your IDE.
[站外图片上传中...(image-414c11-1536314521665)]
Now, look for WakaTime related messages in your idea.log
file:
Help
-> Show Log
( Locating your idea.log file )
If the plugin was not loaded, you won't have a WakaTime Settings menu.
In that case, add this line to your ~/.wakatime.cfg
file:
debug = true
(C:\Users\<user>\.wakatime.cfg
on Windows)