I have installed latest release of scala IDE (Build id: 4.1.0-vfinal-20150525-1102-Typesafe) to work on my playframework (version 2.4) project. I am able to compile my project and its running as expected but play template files inside the views folder with extension .scala.html is showing validation error (red underlines at some places) in scala IDE that is marking my complete project with red cross symbol.
Does anybody know how to fix this issue if not can we disable these error warnings? I tried to disable validation through eclipse setting (project -> right click -> properties -> validation -> suspend all validators) but it doesn't work.
P.S: For now I am ignoring these errors and editing *.scala.html files in sublime text editor.
I have the same problem with all recent builds of scala ide. I temporarily solved the problem by using an old version (kepler) of the scala ide. But not a definitive solution.