Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
322 views
in Technique[技术] by (71.8m points)

autosuggest - Eclipse auto suggest list very slow

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...