I used the Todo Tree extension in VSCode for a long time, and really liked having all my TODO/FIXME comments organized as a tree.
I switched to Zed (editor), and couldn’t find an equivalent tool, so I decided to write a small Rust library that does just that.
The crate scans a project for TODO/FIXME (or custom tags) and builds a hierarchical tree (folders/files/tags).
It’s editor-agnostic and fast enough for large repos.
If you have thoughts, ideas, or want to build an integration for your editor, I’d love feedback.