Eclipse 插件 Scala IDE 2.0 RC3 发布

ScalaIDE 是一个 Eclipse 插件,提供 Scala 集成开发工具。主要的功能包括:同一个项目中混合编辑Scala/Java文件;Scala 编辑器支持语法高亮显示,代码自动完成,错误标记,链到定义处;代码调试;代码大纲视图等。

Eclipse 插件 Scala IDE 2.0 RC3 发布

Scala IDE for Eclipse 2.0 RC3 发布了,该版本是一个重要的更新让 Scala IDE 兼容最新的插件,要成功升级到 RC3 版本,你需要先卸载 ‘JDT Weaving for Scala’ 特性,卸载的方法:进入 ‘About Eclipse SDK’ 菜单,点击 ‘Installation Details’ 并找到 ‘JDT Weaving for Scala’ ,然后点击 Uninstall 按钮即可。

What’s new:

Scala IDE now compatible with Spring IDE. [#1000780]

Incremental compilation of Java files that depend on Scala files is now correctly handled. [#1000607]

Corrected completion suggestions for overloaded methods. [#1000654]

Make Scala Interpreter view more visible. [#1000791]

完整改进记录请看 here.

相关推荐