Can we set a timeout for the Eclipse function hint list?
is it possible to set a timeout for the Eclipse function hint list?
Waiting for the full function list 开发者_开发技巧to load simply pisses me off...:(
First, you can trigger the content assist immediately by hitting Ctrl-Space.
Second, you can set the delay under Window->Preferences->Java->Editor->Content Assist->Auto-Activation. Non-Java editors may have separate settings. You can type search terms on top of the prefence window to see all related settings.
I would like to add on this by pointing out that I was facing the same kind of issue in Eclipse Mars Version 4.5.0 M1
.
I got this error :
I managed to solve it by disabling the following setting "Code Recommenders proposals" from Window\preferences\Java\Editor\Content Assist\Advanced
Disable it from both Default proposal kind
and Content cycling
. Restart eclipse , and the error is gone.
I don't know why this happens, or what the addon does. Maybe someone can elaborate on it.
精彩评论