Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse plugin to turn TODO and FIXME comments into tasks [duplicate]

Tags:

java

eclipse

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

like image 799
quarks Avatar asked Feb 17 '23 02:02

quarks


1 Answers

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.

like image 161
quarks Avatar answered Apr 29 '23 01:04

quarks