Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>StopWatch TimerNew to Visual Studio Code? Get it now.
StopWatch Timer

StopWatch Timer

Y3191

|
59 installs
| (0) | Free
Add a stopwatch tab to the action bar in the Explorer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

English | 日本語

StopWatch Timer - VS Code Extension

StopWatch Timer is an extension that adds a stopwatch tab to the Explorer action bar and displays the elapsed time in the status bar.

Demo

Installation💻

There are 2 ways to install this extension:

  • Install from Visual Studio Marketplace.
  • Search for StopWatch Timer in the extensions tab in the editor

Features🚀

  • Status Bar Integration:
    • Shows the elapsed time in the status bar.
    • Integrated start/stop toggle button and reset button.
    • Reload confirmation dialog when changing settings.
  • Webview Interface: An interactive webview interface for controlling the stopwatch.
  • Start, Stop, Reset: Simple controls to start, stop, and reset the stopwatch.
  • Customizable Display: Switch between dark and light mode with a theme toggle button.
  • Custom Fonts: Supports various fonts, including DSEG, Orbitron, and more.

Usage💡

  1. Open the action bar in the Explorer and navigate to the STOPWATCH tab.
  2. Use the displayed stopwatch to start, stop, or reset the timer, and check the time. (Refer to:Demo)
  3. You can also check the time from the status bar:
    • ⏱️ icon shows the current time
    • ▶️/⏸️ button toggles start/stop
    • 🔄 button resets the timer
  4. When changing font or position settings, you'll be prompted to reload for changes to take effect.

Configuration⚙️

Settings.json

You can configure the extension settings in your settings.json file:

  • stopwatch.setStatusBarPosition: Controls the position of the status bar item. Options are Left or Right.
  • stopwatch.switchFont: Controls the font of the stopwatch display. Available fonts include Arial, sans-serif, DSEG-Regular, DSEG-Bold, Orbitron, RampartOne, 瀞ノグリッチ, 851Gkktt, rycsminStencily, and Isego.

Example Configuration

// settings.json
{
  "stopwatch.setStatusBarPosition": "Left",
  "stopwatch.switchFont": "DSEG-Regular"
}

Font Settings

When setting stopwatch.switchFont, here is an example of usage.

Arial, sans-serif (default)

DSEG-Regular

DSEG-Bold

Orbitron

RampartOne

瀞ノグリッチ

851Gkktt

rycsminStencily

Isego

Dark Mode / White Mode

The Dark Mode / Light Mode feature allows you to switch to Dark Mode by pressing the 🌙 button, and to Light Mode by pressing the 🌞 button.
Here is an example of how to use it.

New Features

Release 0.0.6

  • Integrated start/stop and reset buttons in the status bar

  • Added reload confirmation dialog when changing settings

Change Log📝

You can checkout all our changes in our CHANGELOG.

LICENSE⚖️

MIT


Please give it a try! ⏱️

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