.. _Reminders (TODO Markers):

Reminders (TODO Markers)
========================


.. figure:: ../../images/edt-reminders-CodeTasksView.png
	:align: center





You can embed reminders in your source files by adding comments prefixed by certain "keywords" called *task tags*. 

There are three predefined tags:

-  **FIXME** - high priority
-  **TODO** - normal priority
-  **XXX** - low priority

All reminders are listed in the :ref:`Tasks View`. If it is not visible, open the view from menu :menuselection:`Window --> Show View --> Other --> General --> Tasks`.

**Double click** on a task to jump to the marker definition.

You can define custom reminder tags and assign them priorities:

- Navigate to :menuselection:`Window --> Preferences --> DVT --> Task Tags`

.. figure:: ../../images/common/tasktag-preferences.png
	:align: center


You can specify if the tags should be considered case-sensitive and if the tag name should be displayed in Tasks View.

- Click the :guilabel:`Add...` button on the right, enter the name of your tag and select its priority 

.. figure:: ../../images/common/reminders-new_tag.png
	:align: center



- Click :guilabel:`OK` in the New Task Tag and Preferences dialogs

DVT will recognize the new tag and highlight it in code comments.  

.. note::

	It is recommended to rebuild the project so that DVT rescans all files for reminders.
