4

Is there a plugin in Eclipse that will allow comments with

// TODO: 

and

// FIXME: 

To show up in as task list, like in the "Task List" tab

quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

8

Ok thanks for the comments I got, I figured out:

From within Eclipse:

Click: Windows->Show View->Other...

Then from the popup dialog select Tasks

Then all the TODO and FIXME showed up on the bottom pane.

quarks
  • 33,478
  • 73
  • 290
  • 513