Counter Version 1 is a lightweight Visual Studio Code extension designed to help you track your coding sessions with an automatic countdown timer and detailed animated view. Each time you open a project, the extension begins counting your work session and displays the elapsed time in the status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Counter is a Visual Studio Code extension designed to help developers track their work session time. It provides a real-time elapsed timer displayed in the status bar and an animated detailed view when clicked.
Features
Displays an automatic elapsed time counter in the VS Code status bar.
Clicking the status bar timer opens a detailed animated view with a flip animation for changing digits.
The counter starts as soon as VS Code is opened and continues running until the session is closed.
Installation
Download and install the extension from the Visual Studio Code Marketplace.
Once installed, the counter will automatically appear in the status bar.
Usage
The timer starts automatically when VS Code is opened.
Click on the timer in the status bar to view the animated elapsed time.
The animated view updates dynamically without manual refresh.
Requirements
Visual Studio Code version 1.98.0 or later.
No additional dependencies are required.
Extension Settings
This extension does not require additional configuration settings.
Known Issues
The counter resets when VS Code is restarted.
No pause or reset functionality is currently available.
Release Notes
1.0.0
Initial release with a status bar timer and animated elapsed time view.