I know two ways to create tasks using Eclipse; with the tasks view or with the TODO
annotation in a comment:
//TODO: wtf? Rewrite it using constants.
int foo = 3.1 * 3;
If I use the first way, I can edit tasks and set the "priority".
Can I do it for tasks that I create using TODO
annotation?