Today my colleague tells me with one tip regarding Eclipse auto completion setting, which I think is useful in my daily life.

There are lots of standard classes and those class/method created on my own, however when I type some characters there is no auto completion drop down list. For example I have already created one method named “consumeABAPFM”, however even after I type “consum”, there is still not any auto completion function provided.

Eclipse的代码自动完成(Code Automatic completion)配置

However, by choosing “Windows->Preference->Java->Editor->Content Assistant”, we can achieve what we expect.
Maintain “Auto activation triggers for JAVA” with value “.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz”.

Eclipse的代码自动完成(Code Automatic completion)配置

After that whenever we type some characters the auto completion drop down list will be there and refreshed with 200 ms.

Eclipse的代码自动完成(Code Automatic completion)配置

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
Eclipse的代码自动完成(Code Automatic completion)配置

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2021-10-08
  • 2021-04-19
  • 2020-04-13
猜你喜欢
  • 2022-12-23
  • 2021-06-05
  • 2022-01-07
  • 2021-07-29
  • 2021-12-09
  • 2022-01-21
相关资源
相似解决方案