wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.12k stars 162 forks source link

Track time spent building/compiling #256

Open mar4elkin opened 1 year ago

mar4elkin commented 1 year ago

Recently I needed to use vscode, I usually use Rider and to my surprise there was a project build time tracker. Maybe I didn't understand the plugin settings, but there is only the api key entry field and proxy setting. Actually I have a question, is this feature available for Jetbrains IDEs and if not, will it be there at all?

Rider 2023.1.1
wakatime 14.1.4

I'm sorry if I've made another issue, I looked it was not there yet.

alanhamlett commented 1 year ago

We implemented it but had to rollback due to non-Java Jetbrains IDEs missing the java dependency at runtime when loading the plugin:

https://github.com/wakatime/jetbrains-wakatime/issues/235