Scala and Play Plugins Update in IntelliJ IDEA 13.1
This is never too late to deliver the good news, so here’s what you can find in the latest update for IntelliJ IDEA 13.1 Scala and Play plugins:
- Scala worksheet improvements
- Better SBT support
- More stability and performance
- And, of course, many bugfixes
Right now we are also working on other awesome new features, e.g. support for HOCON format in Play 2.0 plugin, so stay tuned for updates!
Maciej Biłas says:
March 24, 2014Is the HOCON support planned only as part of the Play plugin? typesafe-config can be used as a standalone library, so why require having the Play plugin if I want nice HOCON highlighting. 🙂
Anthony says:
March 24, 2014I agree. I first saw HOCON in akka and later learned it was also used in Play. I since started using the typesafe-config standalone library for config files whether akka/play was part of the project or not. HOCON isn’t part of Play; I think the community would rather see this in the Scala plugin. Thanks 🙂
Alexander Podkhalyuzin says:
March 25, 2014As JSON support is not part of IntelliJ IDEA Community Edition, HOCON most probably will not be available in Community Edition as well.
Best regards,
Alexander Podkhalyuzin.
Andrey Saksonov says:
May 29, 2014there is community-driven plugin for HOCON available already, so why abandon this feature for Community Edition…
https://github.com/ghik/intellij-hocon
Alexander Podkhalyuzin says:
May 29, 2014We moved it to Scala plugin and it will be community-driven part, which will be available in Community Edition.
Andrey Saksonov says:
May 29, 2014Great news! Love JetBrains!
frant.hartm says:
March 24, 2014What about
http://youtrack.jetbrains.com/issue/SCL-6805
http://youtrack.jetbrains.com/issue/SCL-6139
any plan to fix that anytime soon?