Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Just Juggle - Time TrackerNew to Visual Studio Code? Get it now.
Just Juggle - Time Tracker

Just Juggle - Time Tracker

Just Juggle

|
4 installs
| (1) | Free
Groups coding time by project automatically. Syncs with Just Juggle dashboard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Just Juggle extension for Visual Studio Code

Just Juggle automatically tracks your coding time across projects - no timers, no manual entries, no forgotten hours. Perfect for freelancers billing clients, teams monitoring velocity, or developers curious about their productivity patterns.

Setup

  1. Install from VS Code Marketplace or build from source
  2. Run Command Palette: Cmd/Ctrl + Shift + P → "Just Juggle: Configure"
  3. Paste your API key (get it from just-juggle.com -> dashboard)
  4. Done! Just do your thing, insights will be available in the dashboard.

Features

  • Zero-effort tracking - Captures time the moment you start typing, stops when you're idle
  • Intelligent project recognition - Auto-detects project by root folder name
  • Project overrides - Custom override for specific projects naming
  • Real-time insights - View daily/weekly/monthly summaries in the dashboard
  • Privacy-first - Only tracks project names and timestamps of activity, never anything else
  • Open-source - You don't have to trust our word for privacy statements - validate the code yourself

Requirements

  • Just Juggle account (free)
  • VS Code 1.74.0 or higher

Local-first is also a thing, but we're not there yet. Stay tuned! You can still build from source.

Building from Source

To build the extension locally:

  1. Clone the repository
   git clone https://github.com/rudgalvis/just-juggle-vscode-extension
   cd just-juggle-vscode-extension
  1. Install dependencies
   npm install
  1. Package the extension (optional)
   pnpm install -g @vscode/vsce
   vsce package
  1. Install locally
    • Install the generated .vsix file via Extensions: Install from VSIX...

Development Requirements

  • Node.js 16+ with pnpm package manager
  • TypeScript 5.6.2
  • VS Code 1.74.0 or higher
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft