改进 Intellij IDEA 中的 scala 代码编译时间

发布于 2024-10-21 22:43:33 字数 139 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜心小果奶 2024-10-28 22:43:33

阅读“为什么 IntelliJ IDEA 编译 Scala 这么慢? ”,我宁愿将 IntelliJ IDEA 与 sbt 一起使用

  • < a href="https://github.com/orfjackal/idea-sbt-plugin" rel="nofollow noreferrer">idea-sbt 插件:用于使用 SBT Console 工具窗口直接输入 SBT 命令。

请注意,sbt 也不能​​使用 fsc(在交互模式下)。

After reading "Why does IntelliJ IDEA compile Scala so slowly?", I would rather use IntelliJ IDEA with sbt:

  • idea-sbt plugin: for using the SBT Console tool window to enter SBT commands directly.

Note that sbt cannot use fsc either (in interactive mode).

毁梦 2024-10-28 22:43:33

在 IDEA 中创建 scala 项目后,转到运行/编辑配置:

  1. 单击 +
  2. 选择 Scala Compilation Server,然后
    为该配置命名。
  3. 现在按运行。

After create a scala project in IDEA go Run/Edit Configurations:

  1. Click in +
  2. Select Scala Compilation Server, and
    give a name to this configuration.
  3. Now press run.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文