Eclipse hangs for 3-4 seconds before displaying a tooltip message

不问归期 提交于 2019-12-05 01:41:23

Wow, finally nailed it, thanks to one of the suggestions.

Hover messages can be disabled under Window > Preferences > General > Editors > Structured Text Editors > Hovers tab > Combined Hover.

Eclipse can be a labyrinth sometimes.

You could try switching off all the Validators: Window > Preferences > Validation > Suspend all validators.

Another option is Window > Preferences > Java > Editor > Hovers, turn off 'Combined Hover'.

I had a similar issue where Eclipse would hang on tooltips for several seconds, and oftentimes crash. It got to the point where it would just plain crash even if I didn't do anyhting. Uninstalling it and reinstalling it got rid of the problem, though, so I suggest giving that a try if you haven't already.

How is your memory profile? Do you have more than enough?

We have run into many problems with Eclipse and wierd issues as we approached our memory limits. The current prevailing thought is that the swapping causes problems due to timing issues.

Eclipse sometimes downloads the the javadoc as requested, the hang your seeing may be the lag time it takes for that particular part of the javadoc to download.

The selected answer didn't work for me in Eclipse (Kepler) with PyDev.

For me the following worked best:

Show Docstrings should be disabled in preferences under Pydev/Editor/Hover.

This looks to be a gtk specific issue. In addition to the bug you mentioned there are other bugs opened as well e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=345093.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!