7 ms·
Good to know it's improved for Scala! Playframework templates give me the most trouble while working in IntelliJ.
by sukaka 13y ago
Good to know it's improved for Scala! Playframework templates give me the most trouble while working in IntelliJ.
- justafucker 13y agoWhat exactly problems do you have?
- sukaka 13y agored error lines appears all the time in the template, despite being correct and compiling without error. A few recent encounters are text after @function are highlighted as unexpected token, a defined variable is not recognized, and reformatting sometimes breaks the template by doing actions such as converting documents.map { doc => ...} to documents.map { \n doc => ... }.
- justafucker 13y agoThe fix will be available in the next nightly build: http://confluence.jetbrains.com/display/SCA/Play+2.0+plugin+Nightly+Builds+for+Cardea http://confluence.jetbrains.com/display/SCA/Play+2.0+plugin+...
- sukaka 13y agoAwesome. Looking forward to fixes and improvements. I'm already satisfied with using IntelliJ.