CodeTrackr is an open-source VS Code plugin for metrics, insights, and time tracking automatically generated from your programming activity.
- Press
F1or⌘ + Shift + Pand typeinstall. Pick Extensions: Install Extension. - Type
codetrackrand hit enter. - Click Install.
- Visit https://codetrackr.leapcell.app to get your API Key.
- In VS Code, press
F1or⌘ + Shift + Pand typeCodeTrackr: Enter API Key. - Paste your key and press
Enter. - Use VS Code and your coding activity will be displayed on your CodeTrackr dashboard.
VS Code specific settings are available from ⌘ + Shift + P, then typing codetrackr.
You are able to select what time to show in your status bar:
- Press
⌘ + Shift + Pthen select CodeTrackr: Status Bar Style. - Supported options are:
Today: Show today's total code time. (Default)24h: Show code time in the last 24 hours.Total: Show total code time recorded.None: Disable stats in the status bar.
You can customize the position of the CodeTrackr status bar item:
- Press
⌘ + Shift + Pthen select CodeTrackr: Status Bar Alignment. - Select Left or Right.
If you encounter issues, check the extension logs:
- Press
F1or⌘ + Shift + P - Type
CodeTrackr: Show Logand pressEnter. - This will open an Output Channel with detailed activity and error messages.
- Click the Extensions sidebar item in VS Code.
- Type
codetrackrand hit enter. - Click the settings icon next to CodeTrackr, then click Uninstall.
Pull requests, bug reports, and feature requests are welcome!
git clone https://github.com/livrasand/codetrackr-vscode.gitcd codetrackr-vscodepnpm installpnpm run watch- Press
F5in VS Code to launch the extension in debug mode.
Made with ❤️ by Livrädo Sandoval and the CodeTrackr community.