Metrics, insights, and time tracking automatically generated from your programming activity.
-
curl -fsSL https://raw.githubusercontent.com/wakatime/wing-wakatime/master/install.py | python
or download and extract wing-wakatime-master.zip, then double clickinstall.py
. -
Restart Wing.
-
Enter your api key, then press
enter
. If not prompted, select File → WakaTime. -
Use Wing and your coding activity will be displayed on your WakaTime dashboard.
First, turn on debug mode in your ~/.wakatime.cfg
file by adding this line:
debug = true
Then, look for error messages in the Messages window at the bottom.
Also, tail your $HOME/.wakatime/wakatime.log
file to debug wakatime cli problems.
For more general troubleshooting information, see wakatime/wakatime#troubleshooting.