Reminders (TODO Markers)

You can embed reminders in yor source files by adding comments prefixed by certain keywords (or Task Tags). There are three predefined tags: XXX - low priority, TODO - normal priority and FIXME - high priority. You can also add custom reminder tags and assign them priorities:

DVT will recognize the new reminders and mark them in code comments. Also, all reminders collected from the source files are listed in the Tasks view. Note: it is recommended to rebuild the project so that DVT rescans the files for reminders.

You can also specify if the tags should be considered case-sensitive.