Wakatime support #3477
Replies: 5 comments 6 replies
-
It's not planned and should be an external plugin. You could implement it in a fork for the time being |
Beta Was this translation helpful? Give feedback.
-
For reference, here are some links. |
Beta Was this translation helpful? Give feedback.
-
Just bumping this. Just starting to use Helix properly now and would really miss not having wakatime. Is anyone working on a potential plug-in? Edit: I now realise the plug-in system is still some way away. Regardless, I've raised an issue in the unofficial Helix plugin ideas repo here. |
Beta Was this translation helpful? Give feedback.
-
I've created a workaround that works for me! A WakaTime plugin pretty much just needs to call the wakatime-cli every once in a while with the filename passed. I figured, since I already save files quite often, and I have auto-formatting enabled, I'll write a wrapper script around the formatter that apart from the formatter, also calls the cli! (Note - this needs #5626) The script looks something like this:
I use it like this: It has been working so far. |
Beta Was this translation helpful? Give feedback.
-
I made https://github.com/mrnossiom/wakatime-lsp. The bulk of the work (sending code heartbeats) is done by WakaTime's CLI, but it's notified via LSP events (e.g. change, save, etc.) Might want to check it out. I tried to make a nice README. |
Beta Was this translation helpful? Give feedback.
-
Is it planned to have Wakatime support, and is there any workaround to get it working?
Beta Was this translation helpful? Give feedback.
All reactions