简体   繁体   中英

Why no code insight for Grails and Groovy on Eclipse STS?

We are experimenting with Grails development on Eclipse STS, and one of the most annoying problems is that, unlike Java code, there does not appear to be any code insight features for Grails and Groovy classes and methods. Only after compiling and running a Grails web app do we find out that a method or field name does not exist.

Seriously, there has to be something out there for minimal code insight (hoping).

I am sure that STS can in fact do this for you, it is basically what its Grails support is all about. Are you sure you have installed the right plugins? Documentation on this subject is right here: [1]: http://www.grails.org/STS+Integration

Side note: while STS does a decent job, I have been a happy user of IntelliJ IDEA Ultimate edition and have never looked back to eclipse once i switched :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM