It would be really nice to have an easy way to find "TODO"s in a project, as well as see how many you have, so you don't forget about them.
I figured the easiest/simplest way to implement this would be to consider "TODO"s as LSP errors, warnings, or suggestions.
I think eventually it would be worth having its own "panel" separate from the project diagnostics, with a similar UI.
I'm pretty sure you can't create your own "panels/UI" with Zed's current API... but perhaps in the future!
It would be really nice to have an easy way to find "TODO"s in a project, as well as see how many you have, so you don't forget about them.
I figured the easiest/simplest way to implement this would be to consider "TODO"s as LSP errors, warnings, or suggestions.
I think eventually it would be worth having its own "panel" separate from the project diagnostics, with a similar UI.
I'm pretty sure you can't create your own "panels/UI" with Zed's current API... but perhaps in the future!