A VS Code extension that finds and jumps to TODO comments scattered across your project, all in one sidebar panel.


TODO, FIXME, HACK, and NOTE comments get scattered across a codebase, making it hard to track open work without manually searching every file.
Built a VS Code sidebar extension that scans the workspace for configurable comment tags, groups them by file, supports click-to-jump navigation, live refresh on save, mark-as-done, custom tag colors, and a status bar open-todo count.