https://github.com/happer64bit/how-long-am-i-coding-for
Know how much time you have spent on VSCode
https://github.com/happer64bit/how-long-am-i-coding-for
extensions vscode vscode-extension
Last synced: about 1 year ago
JSON representation
Know how much time you have spent on VSCode
- Host: GitHub
- URL: https://github.com/happer64bit/how-long-am-i-coding-for
- Owner: happer64bit
- License: mit
- Created: 2024-11-06T03:16:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:16:00.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:26:37.918Z (over 1 year ago)
- Topics: extensions, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How Long Am I Coding For?
This VSCode extension tracks and displays the total amount of time you have spent coding in VSCode. The time is shown in the status bar and is persisted across sessions.

## Usage
Once installed, the extension will automatically start tracking your time in the background when you open VSCode. The total time spent will be displayed in the status bar at the bottom-right of the window.
You can see the total time in the format:
```
Time Spent: 5m 30s
```
The time is saved between sessions, so when you reopen VSCode, the time continues from where it left off.
## Commands
This extension does not require any manual commands to be run. The time tracking starts automatically upon activation and stops when you close VSCode.
## Development
To develop or contribute to this extension, follow these steps:
1. Clone the repository.
2. Install dependencies:
```bash
npm install
```
3. Compile and package the extension:
```bash
npm run package
```
4. Open the project in VSCode and press `F5` to start debugging the extension.
## License
This project is licensed under the MIT License