What IDE has better support for groovy, Netbeans or Eclipse? [closed]

守給你的承諾、 提交于 2019-12-11 10:17:54

问题


What IDE has better support for groovy, Netbeans or Eclipse?


回答1:


Last additions to Eclipse integration with Groovy added almost everything needed to the old plugin (which lacked some features) so my points go to Eclipse.

Now the plugin is quite mature and updated very often (3 days ago last update). Key features taken from here:

  • Syntax highlighting
  • Type inferencing
  • Compile and run Groovy classes and scripts in Eclipse
  • Outline view for Groovy files
  • Auto-completion
  • Refactoring
  • Source code formatting
  • Basic debug support



回答2:


Short answer

Eclipse

Longer answer

The Groovy-Eclipse plugin used to be unspeakably awful, but it has improved out of all recognition since version 2.X. If you want Grails (rather than just Groovy) support, the simplest option is to install the SpringSource Tool Suite (STS), which supports Groovy, Grails and lots of other products under the Spring portfolio.



来源:https://stackoverflow.com/questions/4434109/what-ide-has-better-support-for-groovy-netbeans-or-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!