This past post offers two solutions. I tried both but there was no change.
I have a Scala project that I downloaded from Github. It is built by SBT. So I followed these instructions: http://scalatutorials.com/beginner/2013/07/18/getting-started-with-sbt/
I am using Eclipse Luna 4.4.1., on Ubuntu 14.04.
I added Scala IDE plugin together with Scala Worksheet plugin: http://scala-ide.org/download/milestone.html
Eclipse recognizes .scala
files but does not evaluate or recognize worksheet (.cs
) files (there is no highlighting in .cs
files, as if they were just text).
I have tried to change and save .cs
files but nothing happens.
If I use the Scala interpreter view and sends there the text from a worksheet file, it is interpreted.
When I try to create a new Scala worksheet project, this option does not appear among the Scala project types. https://www.jetbrains.com/idea/help/working-with-scala-worksheet.html
Any ideas what I am missing here?