|
Eclipse is too slow for editing Groovy code -
09-24-2008, 12:55 AM
Hi,
I am using sun java 1.5 and eclipse to edit groovy code. But the editor is too slow whenever i type the "." to look for a function. For example:
String abc="abc"
abc.equals(...) (it will take forever to find all the functions for String and display in the popup window).
Is there a way to speed it up or even disable the auto code completion?
Thanks,
|