"TODO" flag

Mr_Gee

Active Member
Licensed User
Longtime User
I was wondering if it was possible to implement a TODO flag

Currently I use some text, usually <xxx> , which I need to search for
but if we could use an actual flag and have them all show would be very beneficial..

Similar to some other IDE's out there
the "Watch" area is not used during development, why not use that?

for instance "//TODO:"
 

N1c0_ds

Active Member
Licensed User
I was wondering if it was possible to implement a TODO flag

Currently I use some text, usually <xxx> , which I need to search for
but if we could use an actual flag and have them all show would be very beneficial..

Similar to some other IDE's out there
the "Watch" area is not used during development, why not use that?

for instance "//TODO:"

Before leaving I roll my fist on the keyboard where I am and leave a parenthesis. When I'm back I run the program and get a message box about the "fdghjkl(" undeclared array.

Primitive but functional!
 
Top