I have some TODO tags in my Java code and would like to parameterize them, mainly with
- priorities
- types
- deadlines.
Since I do not want to create new task tags for each combination of these aspects (especially for each deadline), is there a plugin that can handle parameterized TODO tags?
E.g. it should set the task's priority and deadline correctly for
\\TODO !1 ^30.11.1999 #Y2kBug...
Details:
- I know many consider TODO comments as being bad, so you need not explain...
- Parameters in the style of Remember the milk would be cool, e.g.
^dueDateor!priority. - If the eclipse plugin could warn me when the deadline is reached, that would be awesone, since I would no longer need extra tests as tickler.
- Maybe some review tool has a superset of the capabilities I want?
- Sometimes I have a TODO that is a a result of another TODO (i.e. when I fix the first TODO, I will have to fix the other, but it's not really the same TODO/feature). So dependencies between TODOs would be helpful.