Eclipse的代码自动完成(Code Automatic completion)配置_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > Eclipse的代码自动完成(Code Automatic completion)配置

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

 2020/12/22 12:14:36  JerryWang_SAP  程序员俱乐部  我要评论(0)
  • 摘要:TodaymycolleaguetellsmewithonetipregardingEclipseautocompletionsetting,whichIthinkisusefulinmydailylife.Therearelotsofstandardclassesandthoseclass/methodcreatedonmyown,howeverwhenItypesomecharactersthereisnoautocompletiondropdownlist
  • 标签:Eclipse 配置 代码

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.

?

?

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

?

?

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

?

?

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

发表评论
用户名: 匿名