Why don't I see my TODOs for my PHP files in Eclipse?
Why don't I see my TODOs for my PHP files in Eclipse?
I ran into this issue in PDT, I just wanted to put the answer up in case someone else did too.
Solution
I ran into this issue in PDT, I just wanted to put the answer up in case someone else did too.
ANSWER * Although PHP doesn't really need to compile in your IDE, you need to "build" your project for TODO tags to be automatically added as tasks. If you enable Project->"Build Automatically" in Eclipse your TODOs will always become tasks upon saving your file.