Cool Things CFEclipse Does (part 2)
posted under category: CFEclipse on August 25, 2004 at 12:00 am by Nathan
It grabs TODO comments and adds them to the task view list, as well as adding a little blue icon next to your code where you wrote your TODO task.<--- TODO: check the task list --->
<cfscript> // TODO: this will be a task too! </cfscript>
Now the problem, is that it's still in the CFEclipse source, to be released with the next version, whenever that comes out. In order to use it, you'll have to build it from the source. Read my CFEclipse resource page to find out how. It's really not too hard.