使用 IntelliJ 10 CE 和 scala 插件时出现错误突出显示的问题
编辑 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议将最新的 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.
请查看项目配置指南。您可能忘记将 Scala 标准库添加到模块依赖项中。
Please, check the project configuration guide. It's likely that you forgot to add Scala standard library to the module dependencies.