Status Bar Todo
A minimal, lightweight todo keeper that lives entirely in the status bar—no sidebars, no distractions. Click the status bar to mark todos as done.
Features
- Add todos via Command Palette:
Add Todo
- Click the status bar to mark one or more todos as done
- Status bar always shows number of pending todos
- Todos are stored in
.vscode/todos.json in your workspace
Usage
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac) → Add Todo → type your task.
- Status bar shows
☑ Todos: X reflecting pending todos.
- Click the status bar → select one or more tasks to mark done.
- Done todos are removed from the list and the count updates.
Installation
- From Marketplace: Search for
Status Bar Todo (after publishing).
code --install-extension statusbar-todo-0.0.1.vsix
| |