fbl
fbl

Reputation: 2910

Enable Task Tags in Scala IDE for Eclipse

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.

Upvotes: 4

Views: 535

Answers (2)

Daniel C. Sobral
Daniel C. Sobral

Reputation: 297185

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

Upvotes: 5

Mirco Dotta
Mirco Dotta

Reputation: 1300

This is a regression and a ticket for it exists:

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

Upvotes: 3

Related Questions