I had that TODO comment inserted, but I don't remember how the heck I did it. Anyone know?
Seriously, where's it at?
Press Ctrl+Shift+T or right-click in an editor and "Add ToDo Item"... And, last, you can always write a comment yourself starting with "TODO: ...."
Yiannis.
Thanks a bunch, Ctrl+Shift+T works fine. I don't see the menu option though, perhaps it's somehow shut off??
for the record the format is /* TODO (UserNamel#1#): message */
or when done:
/* DONE (UserNamel#1#): message */
Log in to post a comment.
I had that TODO comment inserted, but I don't remember how the heck I did it.
Anyone know?
Seriously, where's it at?
Press Ctrl+Shift+T or right-click in an editor and "Add ToDo Item"...
And, last, you can always write a comment yourself starting with "TODO: ...."
Yiannis.
Thanks a bunch, Ctrl+Shift+T works fine.
I don't see the menu option though, perhaps it's somehow shut off??
for the record the format is
/* TODO (UserNamel#1#): message */
or when done:
/* DONE (UserNamel#1#): message */