使用 IntelliJ Community Edition 14 玩框架

Play Framework with IntelliJ Community Edition 14

我还没有设法 compile/debug 等当前 Play Framework (2.3.7) 与 Community Edition 14 的 IntelliJ。既不是通过导入项目,也不是通过使用 gen-idea 。

有什么办法可以得到它 运行 还是没有办法使用它? 为这个功能支付 > 400 美元实在是太多了。

谢谢。

通常我通过控制台编译和 运行:activator -> compile/run,但你也可以通过 运行ning Build -> Make Project 在 Intellij 中编译,但我从未尝试过 [=18] =]ning 虽然在 Intellij 中播放。

为了调试,我 运行 命令 activator -jvm-debug 9999 run 如 Intellij 中 documentation. Then I set up remote debug configuration 所述。