Fixed replay template files showing validation error in Scala IDE

I have installed the latest scala IDE (Build id: 4.1.0-vfinal-20150525-1102-Typesafe) to work on my playframework project (version 2.4). I can compile my project and run it as expected, but playing the template files inside the views folder with the .scala.html extension shows a validation error (red underscores in some places) in the scala IDE that marks my complete project with a red cross character.

enter image description here

enter image description here

Does anyone know how to fix this issue if we cannot turn off these error warnings? I tried to disable validation using the eclipse setting (project -> right click -> properties -> validation -> suspend all validators) , but that doesn't work.

PS: For now I am ignoring these errors and editing the * .scala.html files in a sublime text editor.

+3


source to share


2 answers


I have installed Scala IDE (Build id: 4.2.0-vfinal-2015-09-25T11: 10: 29Z-Typesafe)

In html source -> right click -> Settings ...

enter image description here

General β†’ Editors β†’ Structured Text Editors β†’ 【Appearance】 - "Report Issues As Type" will be checked for OFF



enter image description here

Project -> Clean ...

what all

+1


source


I have the same problem with all recent scala ide builds. I have temporarily solved the problem using the old version (kepler) from scala ide. But not the final decision.



0


source







All Articles