改进 Intellij IDEA 中的 scala 代码编译时间
我正在使用 IntelliJ IDEA 10.0.x 和 scala 插件学习 Scala,我发现编译 scala 需要超过 10 秒。我知道有一个选项可以在 scala 中打开快速代码编译(FSC),但是我不知道如何在 IDEA 中配置它,是否有任何可用的选项。
Iam in the process of learning Scala using IntelliJ IDEA 10.0.x with scala plugin and I have found that compiling scala takes more than 10 secs. I know there is a an option to turn on the fast code compilation (FSC) in scala however Iam unaware of how to configure that in IDEA is there any option available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读“为什么 IntelliJ IDEA 编译 Scala 这么慢? ”,我宁愿将 IntelliJ IDEA 与 sbt 一起使用:
请注意,sbt 也不能使用 fsc(在交互模式下)。
After reading "Why does IntelliJ IDEA compile Scala so slowly?", I would rather use IntelliJ IDEA with sbt:
Note that sbt cannot use fsc either (in interactive mode).
在 IDEA 中创建 scala 项目后,转到运行/编辑配置:
为该配置命名。
After create a scala project in IDEA go Run/Edit Configurations:
give a name to this configuration.