使用 IntelliJ 10 CE 和 scala 插件时出现错误突出显示的问题

发布于 2024-11-04 02:06:55 字数 263 浏览 0 评论 0原文

编辑 scala 源代码时,我在 IntelliJ 编辑器中遇到一些奇怪的行为。它不断地报告各种 Predef 函数(例如“require”和“->”)上的“无法解析符号”类型的问题。

这似乎只是一个编辑器问题,因为我能够在 Intellij 中运行 scala 代码并使用 maven 编译源代码。

难道只有我一个人有这样的问题吗?

我使用的是 Intellij 版本 10.0.3 CE 和 scala 插件版本 0.4.735。

谢谢。

I'm having some strange behavior in the IntelliJ editor when editing scala sources. It continuously report problem of kind "cannot resolve symbol" on various Predef functions like "require" and "->".

It seems to be only an editor problem because I am able to run scala code in Intellij and compile the sources using maven.

Am I the only one having this kind of problem ?

I'm using the Intellij version 10.0.3 CE and scala plugin version 0.4.735.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

总以为 2024-11-11 02:06:55

我建议将最新的 IntelliJ IDEA EAP 与最新的 Scala 插件一起使用。众所周知,这可以解决很多问题。

I would recommend using the latest IntelliJ IDEA EAP together with the latest Scala Plugin. This is known to solve a lot of problems.

一江春梦 2024-11-11 02:06:55

请查看项目配置指南。您可能忘记将 Scala 标准库添加到模块依赖项中。

Please, check the project configuration guide. It's likely that you forgot to add Scala standard library to the module dependencies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文