Collecting and displaying TODO comments

It turns out, there is a standard format for TODO comments:

Example:
# TODO(p.colbert): Componentize visual Outline for use in any Dashboard nav panel

Just being able to see all those pending TODOs, from across all source in an app, would help its developer(s) prioritize them.

3 Likes

Can we also highlight TODO’s in the editor?

In the mean time you can sort of do it with global searching (shift-ctl-F) and searching for # TODO, unless I’m misunderstanding something.

3 Likes