From: Bennie T. <B.J...@st...> - 2004-12-05 09:57:10
|
Hi, I got a question regarding the autocomplete function of Eclipse. I notice that sometimes Eclipse's suggestions, when I pres ctrl+space, for the arguments of a method only has the classes and not the argument names (as assign during the method declaration). For example, when I type this.simulator.scheduleEvent() and press ctrl+space, Eclipse gives the following as suggestion: double arg0, Object arg1, Object arg2, String arg3, Object[] arg4. But then I don't know what each argument represents. In the java documentation, these arguments have names and I would thus like Eclipse to rather suggest (as it does sometimes): double relativeDelay, Object source, Object target, String method, Object[] args. Does anyone know how I can set Eclipse to always display complete suggestions? Thanks, Bennie |