Is there a way to enable TODO/FIXME/etc type tasks in the Scala IDE for eclipse? The only TODO's that I see are for .java files.

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

This was discarded by Scala's compiler until recently. If you use a nightly trunk, it ought to work.

link|improve this answer
This link 404s now. – Scott Morrison Dec 23 '11 at 19:32
@ScottMorrison Thanks, fixed. – Daniel C. Sobral Dec 23 '11 at 22:18
feedback

This is a regression and a ticket for it exists:

http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000634

link|improve this answer
This has been fixed today (github.com/scala-ide/scala-ide/pull/35) and it will be available with the next nighlty. – Mirco Dotta Nov 7 '11 at 19:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.