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
Open Visual Studio Code.
Go to the Extensions panel (Ctrl+Shift+X).
Search for: Better Todo Tracker
Click Install.
Enjoy tracking your todos effortlessly!
✨ Usage
Add a comment with TODO, FIXME, or any custom tag in your code:
// TODO: Refactor this function
// FIXME: Handle edge case for empty array
Open the Better Todo Tracker panel from the Activity Bar.
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: