Eclipse auto suggest list very slow

白昼怎懂夜的黑 提交于 2019-12-29 03:53:05

问题


By auto suggest, I mean that intellisense that pops up when I write something. My problem is that if I write something like btnMyButton. after typing . I get to wait a few seconds until eclipse populates the list with events for button. I am using Eclipse to develop Android applications.

Can this be sped up? I have a Quad Core processor and 4 GB of ram. The rest of Eclipse is working fine.


回答1:


I was also experiencing this problem. I found my answer here:

https://groups.google.com/group/android-developers/browse_thread/thread/85dc1aae3bafff5e

In summary:

turn off JAX-WS Proposals in Content Assist

Window > Preferences --> Java > Editor > Content Assist > Advanced




回答2:


you can add disable auto activation in Window > Preferences --> Java > Editor > Content Assist

This way you can activate it when you need it by Ctrl + Space




回答3:


Try clicking CTRL + Space when you want to see the menu is it still slow?



来源:https://stackoverflow.com/questions/3980022/eclipse-auto-suggest-list-very-slow

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