Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Better TodosNew to Visual Studio Code? Get it now.
Better Todos

Better Todos

Fahad Hasan Shuvo

|
2 installs
| (0) | Free
Centralized task management combining code TODOs, local, and global tasks in a single sidebar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better Todos

A VS Code extension that centralizes task management by combining code TODOs, local, and global tasks in a single sidebar.

  • Creates to-do lists from comments in your code.
  • Easily jump to the location of a TODO in your code.
  • Mark them as complete
  • Priority levels: Normal or Important
  • Manual local and global todos
  • Highlight comments in your code that contain TODOs.

Demo

📝 Code TODOs

Automatically finds TODO comments in your source files and lets you jump straight to their location in code. Syntax

Supported formats: | Type | Example | |------|---------| | Single-line | // TODO: Task, # TODO: Task | | Multi-line | /* TODO: ... */, """ TODO: ... """ | | Checkbox | // TODO: [x] Completed task | | Priority | // !TODO: Important task |

📁 Local TODOs

Workspace-specific tasks that persist between sessions.

  • Title + optional description
  • Priority levels: Normal or Important
  • Mark as complete

🌐 Global TODOs

Same as Local TODOs, but accessible across every workspace — not tied to a single project.

Support the project

If you find this extension useful, consider supporting its development by buying me a coffee. Your support helps me continue improving and maintaining the project. Thank you!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft