I have // TODO throughout my .java files and they are detected and labeled as tasks Properly Detected

but they are not listed in the Tasks list. But not listed How can I make them show up in the Tasks list? It would make it so much easier to jump from task to task if they were in the Tasks list.

有帮助吗?

解决方案

Go to Windows -> Preferences in Eclipse, then navigate to Java -> Compiler -> Task Tags. Verify that the TODO is listed as a tag that indicates a task in Java comments.

If that is configured correctly, then in the Tasks view open the drop down and select Configure contents... to confirm that Java tasks are listed as one of the things to show in the Tasks view.

其他提示

I only need to save the project (Ctrl + S) and the task shows up :) I think the tasks are someway bound to the save function. Because when you Compile or Build it does a save first :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top