There is a way to add "TODO"s to Java classes so that they will show up in Eclipse's Tasks view.
//TODO: comment about what needs done
Does anyone know how to add a similar comment in a JSP so that it'll show up in the Tasks view in Eclipse? I've tried the obvious, but can't seem to make it show up.
<!-- TODO: this doesn't show up in the Tasks view in Eclipse -->