Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Time to GoNew to Visual Studio Code? Get it now.
Time to Go

Time to Go

enegalan

|
2 installs
| (0) | Free
Shows the remaining time until your end time in the status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Time to Go

A VSCode extension that displays the remaining time until your end time in the status bar.

Features

  • Different schedule configuration for each day of the week
  • Real-time counter in the status bar
  • Multiple configurable display formats
  • Notifications before end time

Configuration

Configure your schedule in VS Code preferences:

  • timeToGo.monday.start / timeToGo.monday.end - Monday schedule

  • timeToGo.tuesday.start / timeToGo.tuesday.end - Tuesday schedule

  • ... (and so on for all days)

  • timeToGo.timeFormat - Display format:

    • human-readable - "1h 30m 20s"
    • human-readable-no-seconds - "1h 30m"
    • time-format - "1:30:20"
    • time-format-no-seconds - "1:30"
  • timeToGo.notificationMinutes - Minutes before end time to notify (default: 30)

  • timeToGo.notificationsEnabled - Enable/disable notifications

Development

npm install
npm run compile
npm run watch

Press F5 to run the extension in debug mode.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft