I have tried various versions of scala(2.9,2.10,2.11) with various ide types like Eclipse+Scala plugin, Whole Scala IDE downloaded from scala website, IntelliJ Idea etc. Eclipse versions won't open the editor properly for files having *.scala extension, and they always throw "Syntax error on token" error, even though JDT weaving etc is enabled. Intellij Doesn't compile the code on save changes or Make. Since I have to use Maven build, I have to do mvn install always to get changes reflected in Intellij. I have been struggling hard to get this scala + eclipse ide setup working and doing some projects from last 1 week without any luck. Please apologize if this is not the right question to be asked here, but considering my less time to get started with Scala, Please suggest some good reference/links to understand configuration matrix (Scala + Eclipse ide) for Maven based project to start working
Thanks