Just type todo+<CTRL>+<SPACE> to insert a todo tag with your name,
like:
// TODO [scherrer] :
The same for fix+<CTRL>+<SPACE>:
// FIXME [scherrer] :
Or for code review type chk+<CTRL>+<SPACE>:
// CHECK [scherrer] :
The great advantage is that these markers are assigned to the author
and can be easily found in Eclipse Todo list.
Without having the name within the marker brackets its harder to find
your own tags.
A report of all tags is generated during the site build:
http://openwms2005.sourceforge.net/development/reference/0.0.1-SNAPSHOT/taglist.html