This is jl-simple-todo, a todo tracker using the tree view in the main explorer sidebar of VS Code.
Adds a new tree view in the main explorer sidebar. You can:
- Add todo-items
- Nest todo-items by creating a child todo-item
- Edit todo-items
- Remove todo-items (even remove ALL of them)
- Mark your todo-items as finished (recursive: every child (and every child of every child(and ...)) item gets also marked as done!) (even mark ALL of them)
- Reopen your todo-items (recursive: the parent (and the parent's parent(and ...)) will also get reopened)
None.
Initial release.