Hello , Can we use the Auto Completion Feature on the Java Class Methods in Groovy files ? Suppose I want to call the "getPartyName" of PartyHelper.java class.
So If I import the package by "import org.ofbiz.party.party.*;" in my *.groovy file then How can I enable auto completion feature that works(by Ctrl + Space) on Java files that I imported previously in Eclipse IDE? I already installed Groovy Plugin in Eclipse but as I found its not working for me. Please Help. -- Alex D. Fleming
