Todo-tree: a small Rust library to build a tree of TODO comments (crates.io) 1 points by alexandretrotel 7mo ago ↗ HN
[–] alexandretrotel 7mo ago ↗ 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.
1 comment
[ 3.3 ms ] story [ 10.6 ms ] threadI 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.