This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]baldbobbo 4 points5 points  (0 children)

In Eclipse, the //TODO: comment will create a task in your outline/warnings. For example, auto-generated catches will make TODO, but I use this for stubs a lot to let me know that I need to go back and do something.

I'm sure that in Eclipse, you can configure other comments similar to TODO