Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Todo-tree: a small Rust library to build a tree of TODO comments (crates.io)
1 point by alexandretrotel 12 days ago | hide | past | favorite | 1 comment




Hi HN,

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: