如何在Eclipse中启用gradle语法highligting?

时间:2015-11-19 14:05:36

标签: eclipse gradle spring-tool-suite

我安装了STS插件,其中包含一个Gradle IDE,但似乎没什么帮助。

enter image description here

ADD 1

Buildship Gradle Integration' s Gradle Build Script Editor的影响:

enter image description here

6 个答案:

答案 0 :(得分:10)

我使用Groovy-Eclipse插件中的Groovy编辑器编辑Gradle文件。由于Gradle基本上是Groovy,因此效果非常好。该插件可在Eclipse Marketplace和GitHub中找到。

Buildship不支持源突出显示,并且可能永远不会由于计划从Groovy过渡到Kotlin。

他们的论坛中有以下帖子:" this is planned to be supported by Buildship at some point in the future. But, we do not have this on our immediate road map"。

答案 1 :(得分:5)

使用EGradle编辑器插件 - 支持语法突出显示,代码完成,错误处理和工具提示。

从市场安装此插件:

https://marketplace.eclipse.org/content/egradle-editor

答案 2 :(得分:2)

尝试安装此选项:http://marketplace.eclipse.org/content/nodeclipseenide-gradle-eclipse

用于突出显示gradle构建文件文本。它与Groovy Eclipse插件突出显示

有所不同

答案 3 :(得分:2)

似乎buildship不打算为groovy-gradle提供更好的编辑器支持。

根据此(关闭为wontfix)buildship-bugzilla-bug,目前尚未计划.gradle编辑器支持。

  

引用上面提到的bug

     

[...]实际上,我们没有为此提供编辑支持的计划   当前的Groovy DSL,因为groovy-eclipse本质上是   没有维护。

     

我们将提供与Kotlin Eclipse插件的集成,因为Kotlin将成为Gradle构建脚本的未来首选语言。[...]

答案 4 :(得分:1)

Groovy-Eclipse插件的编辑器对gradle脚本似乎没什么帮助。我建议http://marketplace.eclipse.org/content/minimalist-gradle-editor

它也不完美,但总比没有好。

答案 5 :(得分:0)

根据this,STS的Gradle工具不包含编辑器(它依赖于Groovy Eclipse插件来提供Groovy编辑器,Gradle基本上是专门的Groovy)。

Eclipse Buildship项目确实包含一个编辑器。您可以安装via the Eclipse Marketplace.