No description
Find a file
Alan Hamlett c57c9e5ec0 Update logo
2022-09-26 04:11:39 -05:00
META-INF Update logo 2022-09-26 04:11:39 -05:00
src/com/wakatime/intellij/plugin correctly reset system proxy back to null if not previously set 2022-09-09 11:59:52 +02:00
.gitignore ignore out directory 2015-08-03 17:01:16 -07:00
AUTHORS Add --lines-in-file and --is-unsaved-entity 2022-05-24 00:37:49 -03:00
install.gif improve install gif 2020-08-16 22:51:29 -07:00
LICENSE remove redundant line 2019-03-13 09:47:10 +09:00
README.md newline 2020-12-28 19:10:33 -08:00
WakaTime.iml Add cursor position metadata 2022-05-23 23:31:04 -07:00

jetbrains-wakatime

Coding time tracker

WakaTime is an open source Jetbrains plugin for metrics, insights, and time tracking automatically generated from your programming activity.

Supports Jetbrains IDES:

Android Studio, AppCode, CLion, DataGrip, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, Rider, RubyMine, & WebStorm.

Installation

install

  1. Inside your IDE, select Preferences -> Plugins.

  2. Search for WakaTime.

  3. Click the green Install button.

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

Project Overview

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.

wakatime settings menu

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)

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