The Tasks view lets you view tasks that have been created.
A task could be created to record reminders or follow-up on something later. In order to create a Task , select Add Task in the Task view. Tasks can also be linked to a resource that would allow you to write a note to yourself so that it can be executed or looked at a later time. In order to create a new task that is associated with a resource follow steps given below:
Source file appears in the Editor view (refer to the image listed below).
A context menu appears.
The Properties dialog box appears.
The new task appears in the Task view.
Alternatively, you can also add a comment block with a \todo tag in the source code file. For example, following comment block in the source code file creates a new task in the Tasks view.
/*! \todo I need to fix this bug here... */