Suggestions not comprehensive

I've noticed that suggestions are not comprehensive. For example, on an Array, the "foreach" method is not suggested - even though it is a valid method (inherited from the Iterable trait).

Is this a bug? If not, which methods are and are not suggested in this scenario?

Edited by: Ian Clarke on Aug 28, 2008 9:28 PM

0
Avatar
Permanently deleted user

the issue is that scala inheritance is not modelled by java one in class files, so we don't really see the base trait Iterable until we decompile scala way. This work is underway.

0

I understand, do you have a public roadmap for this type of thing?

Either way, you are doing incredible work, this is by far the most stable-feeling Scala IDE plugin I've experimented with so far.

0

请先登录再写评论。