I am using eclipse scala ide Scala IDE build of Eclipse SDK Build id: 3.0.4-2.11-20140520-1158-Typesafe . Suggestions feature seems to be missing from it, like if from my test case I write PersonTest.scala
val person = new Person()
since Person class doesn't exist intially, I get a compilation error . Now in case of java if I press Control + 1 ( suggestion ) I get an option to create a class but in case of scala ide this feature seems to be missing .
Can someone pleas help me if there is an alternative or am I missing something ?