2013-07-10 00:14:44 -07:00
sublime-wakatime
2013-07-01 22:43:12 -07:00
================
2016-01-03 17:47:56 -08:00
Metrics, insights, and time tracking automatically generated from your programming activity.
2013-07-02 02:21:13 -07:00
Installation
------------
2015-01-06 14:07:55 -08:00
1. Install [Package Control ](https://packagecontrol.io/installation ).
2013-07-02 02:21:13 -07:00
2017-04-10 19:03:05 -07:00
2. In Sublime, press `ctrl+shift+p` (Windows, Linux) or `cmd+shift+p` (OS X).
2013-07-02 02:21:13 -07:00
2017-04-10 19:03:05 -07:00
3. Type `install` , then press `enter` with `Package Control: Install Package` selected.
2013-07-02 02:21:13 -07:00
2017-04-10 19:03:05 -07:00
4. Type `wakatime` , then press `enter` with the `WakaTime` plugin selected.
2013-07-10 19:01:06 -07:00
2017-04-10 19:03:05 -07:00
5. Enter your [api key ](https://wakatime.com/settings#apikey ), then press `enter` .
2013-07-10 19:04:46 -07:00
2017-04-10 19:03:05 -07:00
6. Use Sublime and your coding activity will be displayed on your [WakaTime dashboard ](https://wakatime.com ).
2013-07-10 20:53:28 -07:00
2016-02-09 07:39:50 -08:00
2013-07-02 02:21:13 -07:00
Screen Shots
------------
2016-03-21 01:46:22 +01:00

2013-07-02 02:21:13 -07:00
2016-02-09 07:39:50 -08:00
Unresponsive Plugin Warning
---------------------------
In Sublime Text 2, if you get a warning message:
A plugin (WakaTime) may be making Sublime Text unresponsive by taking too long (0.017332s) in its on_modified callback.
2017-05-02 19:24:54 -07:00
To fix this, go to `Preferences → Settings - User` then add the following setting:
2016-02-09 07:39:50 -08:00
`"detect_slow_plugins": false`
2015-07-15 13:44:07 -07:00
Troubleshooting
---------------
First, turn on debug mode in your `WakaTime.sublime-settings` file.
2016-05-21 15:56:16 +02:00

2015-07-15 13:44:07 -07:00
Add the line: `"debug": true`
2017-04-15 10:13:42 -07:00
Then, open your Sublime Console with `View → Show Console` ( CTRL + \` ) to see the plugin executing the wakatime cli process when sending a heartbeat.
2017-02-26 20:08:15 -08:00
Also, tail your `$HOME/.wakatime.log` file to debug wakatime cli problems.
2015-07-15 13:44:07 -07:00
2017-05-26 07:40:14 -07:00
The [How to Debug Plugins][how to debug] guide shows how to check when coding activity was last received from your editor using the [User Agents API][user agents api].
For more general troubleshooting info, see the [wakatime-cli Troubleshooting Section][wakatime-cli-help].
[wakatime-cli-help]: https://github.com/wakatime/wakatime#troubleshooting
[how to debug]: https://wakatime.com/faq#debug -plugins
[user agents api]: https://wakatime.com/developers#user_agents