Overview Version History Q & A Rating & Review
CodeTrackr for Visual Studio Code
CodeTrackr is an open-source VS Code plugin for metrics, insights, and time tracking automatically generated from your programming activity.
Installation
Press F1 or ⌘ + Shift + P and type install. Pick Extensions: Install Extension .
Type codetrackr and hit enter.
Click Install .
Usage
Visit https://codetrackr.leapcell.app to get your API Key .
In VS Code, press F1 or ⌘ + Shift + P and type CodeTrackr: Enter API Key.
Paste your key and press Enter.
Use VS Code and your coding activity will be displayed on your CodeTrackr dashboard .
Configuring
VS Code specific settings are available from ⌘ + Shift + P, then typing codetrackr.
Status Bar Info
You are able to select what time to show in your status bar:
Press ⌘ + Shift + P then 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.
Status Bar Alignment
You can customize the position of the CodeTrackr status bar item:
Press ⌘ + Shift + P then select CodeTrackr: Status Bar Alignment .
Select Left or Right .
Troubleshooting
If you encounter issues, check the extension logs:
Press F1 or ⌘ + Shift + P
Type CodeTrackr: Show Log and press Enter.
This will open an Output Channel with detailed activity and error messages.
Uninstalling
Click the Extensions sidebar item in VS Code.
Type codetrackr and hit enter.
Click the settings icon next to CodeTrackr, then click Uninstall .
Contributing
Pull requests, bug reports, and feature requests are welcome!
To run from source:
git clone https://github.com/livrasand/codetrackr-vscode.git
cd codetrackr-vscode
pnpm install
pnpm run watch
Press F5 in VS Code to launch the extension in debug mode.
Made with ❤️ by Livrädo Sandoval and the CodeTrackr community.