Mike Chambers

code = joy

todo plugin for Flex Builder 2

with one comment

One of the features that I really hoped would get into Flex Builder 2.0 was the ability to track todo items in my code. This didn’t make the cut for 2.0, but luckily Flex Builder is built on top of Eclipse, which is very extensible. Sho pointed me toward this todo Flex Builder extension built by Dirk Eisman, which does exactly what I need.

After installing the plugin, any comments that start with todo:

//todo: need to implement this function

will automatically get added to the task list. This makes it super simple to keep track of what needs to be done in your code.

You can find more information on the plugin, as well as download it from here.

Written by mikechambers

August 14th, 2006 at 1:05 pm

Posted in General

One Response to 'todo plugin for Flex Builder 2'

Subscribe to comments with RSS

  1. Nice feature.
    XML comments also get added to the task list.
    Cheers!

    Joan Garnet

    16 Aug 06 at 7:36 am

Leave a Reply