TextMate TODOs
I’ve been a TextMate user for quite a while, I groove on the flexibility and power, and it gets better with every update. The latest update tweaked what is probably my favorite feature TODOs, if your unfamiliar basically you use it like code bookmarks to document code that needs to be ‘fixed’, ‘changed’ or code to still be written (‘todos’). Once you get in the habit of using it, it’s a real lifesaver.
It’s really this simple
//CHECK — Check this line later.
//KILL — Delete this line later; needed during development.
//TODO — To Do; an unfinished task.
//CHANGE — Rework this line later.
Then trigger the bundle and you get a categorical linked list to all the points in your project that your tagged. It Rocks!
Hey Saul, glad you like it.
Besides the new look I like the counting while it scans and the sortable tables most. And of course the new Preferences UI :)
Keep spreading the word.
Soryu, TODO Bundle maintainer.