I am working on a financial app development in Scala (2.9.0-1) full time in IntelliJ 10.5 last few month and looking into moving to eclipse-ide on and off a few times.
One show stopper has been that class or method reference search by "Reference -> Workspace/Project/Hierarchy".
I have been trying to see if the reference search is working Whenever there is a new version of Scala-IDE out there. But I get "The Operation Unavailable on the current select. Please select a valid Java element name" (I selected a class defined in scala when I had this popup)
Has anyone solved this issue?
Dev environment
- scala: 2.9.0-1
- eclipse: 3.7
- scala-ide: 2.0.0.beta10-2_09-201109130916-d64e014
- m2eclipse: the latest from http://m2eclipse.sonatype.org/sites/m2e
- m2eclipse-scala: 0.2.3
My project is defined in maven and imported into scala-ide
Best BG KO