Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Better ToDo TrackerNew to Visual Studio Code? Get it now.
Better ToDo Tracker

Better ToDo Tracker

rsm-developer

|
13 installs
| (0) | Free
Track TODO/FIXME comments in your code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

✅ Better Todo Tracker

A lightweight and efficient Visual Studio Code extension to help developers track their TODOs, FIXMEs, and custom tags across their codebase in real-time.


🚀 Features

  • 🔍 Automatically scans for TODO, FIXME, and custom tags.
  • 🧭 Sidebar panel for quick navigation to todo items.
  • ✍️ Clickable items to jump directly to the line in code.
  • 🪄 Custom keywords support (e.g., NOTE, HACK, etc.).
  • 🌙 Dark & light theme compatibility.
  • 🕵️ Real-time updates on file save.

📦 Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions panel (Ctrl+Shift+X).
  3. Search for: Better Todo Tracker
  4. Click Install.
  5. Enjoy tracking your todos effortlessly!

✨ Usage

  1. Add a comment with TODO, FIXME, or any custom tag in your code:
// TODO: Refactor this function
// FIXME: Handle edge case for empty array
  1. Open the Better Todo Tracker panel from the Activity Bar.
  2. Click on any item to jump to that part of the code.

⚙️ Configuration

You can configure the tracked tags in your VS Code settings.json:

"betterTodoTracker.tags": ["TODO", "FIXME", "NOTE"]

🧠 Why Use This?

  • Focus better by having all pending tasks in one place.
  • Clean up code more efficiently.
  • Stay productive with minimal distractions.

📸 Screenshots

Coming soon (You can add screenshots of your extension panel here)


💬 Feedback & Contributions

We’d love to hear your feedback! If you face any issues or have suggestions:

  • 🐛 Report Bugs
  • ⭐ Star this Repo
  • 🤝 Contribute
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft