Eclipse tutoria...login
Eclipse tutorial
author:php.cn  update time:2022-04-13 14:09:28

Eclipse task management



Manage tasks

Use TODO tags to manage tasks in Eclipse. You can use this function to easily record some tasks that need to be processed in the project.

We can add the TODO word to the comment in the Java code to mark a task, and the task can be viewed through the Tasks view.

In Eclipse, we can add tasks by right-clicking the vertical ruler and selecting the Add Task menu, and enter the task description information in the pop-up dialog box:

If you need to delete a task, just right-click the task icon and select the Remove Task menu item:


Open the Task view

Open the Task The view method is:

  • Select Show View > Other

  • in the Window menu and enter Tasks

    ## in the search box
  • #Select Tasks under General

  • Finally click the OK button


Use the Task view

The Task view displays all the tasks to be completed in the project:

The following operations can also be performed in the Task view :

  • Modify the lower right corner of the task

  • Mark the task completed

  • Delete the task or delete all Task completed