0

I am writing scala and ssp files in Intellij, i want Intellij to auto-Indent my code. While it is working for scala files but it doesn't work for ssp files.

Is there any way we can configure IntelliJ to auto-indent these files also.

or is there any ssp editor available online ?

hsz
  • 148,279
  • 62
  • 259
  • 315
Amol Sharma
  • 1,521
  • 7
  • 20
  • 40
  • See [Scala-IDE/IntelliJ :: Template support for Scalate, Play, etc](http://stackoverflow.com/q/9392924/2390083). I have searched one month ago as well, without luck. In our case it was possible to use JSPX, because we have no code left in the page, so nothing is lost (controller and services are written in Scala). Using a customer El resolver works fine to support Scala iterables and options. – Beryllium Aug 07 '13 at 09:25
  • Thnx...explored some more...got that support not yet available [Source :youtrack.jetbrains.com/issue/SCL-1876?projectKey=SCL] ...thought found textmate which has scalete bundle available for mac. – Amol Sharma Aug 07 '13 at 09:48

1 Answers1

1

Currently no support available for scalate in Intellij.

For now you can use Textmate with this bundle. Working for me.

mauhiz
  • 506
  • 5
  • 14
Amol Sharma
  • 1,521
  • 7
  • 20
  • 40