📝 To-Do Tasklist – VS Code Extension
A lightweight and elegant To-Do List extension for Visual Studio Code. Stay productive by managing your daily tasks directly within your editor!
✨ Features
- 🖊️ Add and view tasks in a pop-up panel
- ✅ Mark tasks as complete (coming soon!)
- 💾 Future update: Persistent task storage
- ⚡ Blazing fast and minimal UI – no distractions
🚀 Getting Started
1. Install from Marketplace
Search for To-Do Tasklist in the Extensions panel in VS Code or click here to install.
2. Open To-Do List
- Open the command palette:
Ctrl+Shift+P or Cmd+Shift+P
- Run:
> Open To-Do Tasklist
3. Add Your Tasks
Use the simple input field to enter tasks. Tasks appear instantly in your personal tasklist.
🛠️ Future Roadmap
- [ ] Persistent task storage (local/workspace)
- [ ] Task completion with checkbox
- [ ] Task filtering (All, Done, Pending)
- [ ] Drag-and-drop reordering
- [ ] VS Code sidebar integration
🙌 Contribution
Want to improve or add features? PRs are welcome!
git clone https://github.com/YOUR-USERNAME/todo-tasklist-vscode.git
cd todo-tasklist-vscode
npm install
code .
| |