0

Comments such as // TODO something or // FIXME this used to be recognized by Eclipse and put in the Tasks view while I was using it for Java development.

I'm now writing Scala, and those comments are not recognized anymore.

  • Eclipse version: Kepler SR2
  • Scala IDE version: 3.0.4

How can I enable this feature?

corazza
  • 31,222
  • 37
  • 115
  • 186
  • In Eclipse you have a search option in the preference window. If there is one too in the Scala IDE, just search for Task. – MystyxMac Aug 10 '14 at 21:36
  • @MystyxMac There is nothing related to Scala when I search "task". There are general options, though, and they are enabled. – corazza Aug 10 '14 at 22:17
  • 1
    Looks like the Scala IDE doesn't implement these (yet?). The Eclipse term for these seems to be "Task Tags", BTW. – The Archetypal Paul Aug 10 '14 at 22:41

1 Answers1

1

Showing the task tags did work in the past but it has been broken at some point. It is still not fixed, see this ticket for any progress on this feature.

kiritsuku
  • 52,967
  • 18
  • 114
  • 136