Eclipse auto suggest list very slow

后端 未结 5 1820
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 20:08

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 .

相关标签:
5条回答
  • 2020-12-08 20:27

    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

    0 讨论(0)
  • 2020-12-08 20:29

    I unchecked "Fill method arguments and show guessed arguments" under Window > Preferences --> Java > Editor > Content Assist

    This improved the content assist speed in my Eclipse

    0 讨论(0)
  • 2020-12-08 20:35

    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

    0 讨论(0)
  • 2020-12-08 20:45

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

    0 讨论(0)
  • When I changed delay to 1 (ms) it solved autocompletion problem in Eclipse for C++.it is now very fast:

    0 讨论(0)
提交回复
热议问题