前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >2018-09-07 wakatime Intellij IDEA 免费记录Code时间分配的插件jetbrains-wakatimeFor more general troubleshooting

2018-09-07 wakatime Intellij IDEA 免费记录Code时间分配的插件jetbrains-wakatimeFor more general troubleshooting

作者头像
Albert陈凯
发布2018-09-20 17:24:04
2.1K0
发布2018-09-20 17:24:04
举报
文章被收录于专栏:Albert陈凯Albert陈凯

想知道你Code的时间都在哪里吗?

从你打开一个javaCode记录你在这个类上花费的时间

看起来很好用

公司代码管控不敢用,很可惜没有离线版本,觉得可以看看代码

统计记录很全面

image.png

支持很多IDE

image.png

官网地址 https://wakatime.com/

插件源码地址Source Code: 有动画 https://github.com/wakatime/jetbrains-wakatime

代码语言:javascript
复制
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翻译的见谅

代码语言:javascript
复制
从您的编程活动自动生成的度量标准,见解和时间跟踪。
安装
1.在IDE中,选择首选项 - >插件 - >浏览存储库....
  2.搜索wakatime。
3.单击绿色的“安装插件”按钮并确认安装。
4.重新启动IDE。
5.输入您的api密钥,然后单击“保存”。
6.像往常一样使用IDE,自动跟踪您的时间。
7.访问https://wakatime.com查看您的记录时间。

源代码:https://github.com/wakatime/jetbrains-wakatime

安装方法很简单

在repositories里面搜索就可以

image.png

下载完成以后,点击api key 申请一个账号

image.png

使用GitHub 登录一下就好

image.png

点击一下就可以拿到Key ,

填写一下就可以了,免费

一切都是自动记录的蛮好玩

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.
  4. Click Close and OK, then Re-launch your IDE.
  5. Enter your api key in Tools -> WakaTime API Key, then click Save.
  6. 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:

代码语言:javascript
复制
debug = true

(C:\Users\<user>\.wakatime.cfg on Windows)

For more general troubleshooting information, see wakatime/wakatime#troubleshooting.jetbrains-wakatime

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018.09.07 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • jetbrains-wakatime
    • Installation
      • Screen Shots
        • Configuring
          • Uninstalling
            • Troubleshooting
            • For more general troubleshooting information, see wakatime/wakatime#troubleshooting.jetbrains-wakatime
            领券
            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档