Skip to content

wakatime/jetbrains-wakatime

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 6, 2023 13:54
August 3, 2015 17:01
March 13, 2019 09:47
January 31, 2023 18:28
August 16, 2020 22:51

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

If you’re using a proxy, try excluding *.wakatime.com from using your IDE proxy:

jetbrains proxy settings

Next, 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.