Timer & Todo Extension
A simple VS Code extension with a timer and todo list.
Features
Timer
- Start, pause, and reset functionality
- Clean, easy-to-read display
- Independent from todo list
Todo List
- Add, delete, and complete todos
- Persistent storage (survives VS Code restarts)
- Clean, minimalist interface
How to Use
- Look for the "Timer & Todo" icon in the Activity Bar (left sidebar)
- Click to open the sidebar
- You'll see two sections: Timer and Todo List
Using the Timer
- Click Start to begin counting
- Click Pause to pause
- Click Reset to go back to 00:00
Using the Todo List
- Type your task in the input box
- Click Add or press Enter
- Check the checkbox to mark as complete
- Click Delete to remove a todo
Development
To run this extension in development mode:
- Clone this repository
- Run
npm install
- Press F5 to open a new VS Code window with the extension loaded
- Look for the Timer & Todo icon in the Activity Bar
Credits
Built as a learning project for VS Code extension development.
| |