wakatime / wing-wakatime

A plugin to quantify your programming inside Wing IDE.
https://wakatime.com/
4 stars 2 forks source link
time-tracking wingide

wing-wakatime

Metrics, insights, and time tracking automatically generated from your programming activity.

Installation

  1. curl -fsSL https://raw.githubusercontent.com/wakatime/wing-wakatime/master/install.py | python or download and extract wing-wakatime-master.zip, then double click install.py.

  2. Restart Wing.

  3. Enter your api key, then press enter. If not prompted, select File → WakaTime.

  4. Use Wing and your coding activity will be displayed on your WakaTime dashboard.

Screen Shots

Project Overview

Troubleshooting

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.