How can I get javadocs / groovydocs for groovy methods in an IntelliJ IDEA Grails project?

Viewed 1606

When working in a Grails project, I don't get any useful javadocs / groovydocs for the GDK methods that groovy adds to things like collections. Is there a way to do this, or is this something IntelliJ IDEA just can't do?

1 Answers
Related