我们可以为Eclipse函数提示列表设置超时吗?

时间:2011-02-28 11:07:58

标签: eclipse code-hinting

是否可以为Eclipse功能提示列表设置超时?

等待加载完整的功能列表只会让我生气... :(

2 个答案:

答案 0 :(得分:3)

首先,您可以通过按Ctrl-Space立即触发内容辅助。

其次,您可以在Window-> Preferences-> Java-> Editor-> Content Assist-> Auto-Activation下设置延迟。非Java编辑器可能具有单独的设置。您可以在prefence窗口顶部键入搜索词以查看所有相关设置。

答案 1 :(得分:1)

我想补充一点,指出我在Eclipse Mars版本Window\preferences\Java\Editor\Content Assist\Advanced中遇到了同样的问题。

我收到了这个错误:

error seen

我设法通过禁用以下设置来解决这个问题" Code Recommenders提议"来自Default proposal kind

Content cycling<p>inline-block:</p> <div class="outer"> <div class="table"> <div class="inner"><a href="http://google.com">Some link title in here.</a></div> <div class="inner"><a href="http://yahoo.com">Some much longer link title in here.</a></div> </div> </div> .outer { width: 100px; height: 100px; overflow: auto; border: 1px solid black; } .table { display:table; } .inner { display:table-row; } .inner a { background: none #ccc; display: block; white-space: nowrap; } .inner a:hover { background-color:orange; } 停用它。重启eclipse,错误就消失了。

我不知道为什么会发生这种情况,或者说插件的作用。也许有人可以详细说明。