[EDIT]: I am an idiot. I was using 'Eclipse IDE for Java Developers' and should have been using 'Eclipse Classic'. The Scala plugin works much better under Classic.
*[EDIT]: 11/1/2011 - the Beta 12 release that came out on 10/31 seems to be significantly better *
**[EDIT]: 11/4/2011 - the Beta 12 release became unstable to the point that our team switched to IntelliJ. I hope to try the Eclipse plugin in the future and have a different experience.
I have a blended java/scala project in eclipse, and I'm finding that the code-completion doesn't always work. It seems to have the most issues with 'objects', and classes that are defined in a different project. I understand that this is just a 'feature' of the scala plugin, but are there any things I should be doing to try to minimize the impact of these features?
Eclipse Indigo
Scala Plugin: 2.0.0-beta11
After playing with it for one more day, I find that most of the issues arise when accessing static members of java classes from scala.