Eclipse Android代码自动提示

1、设置 java 文件的代码提示功能

打 开 Eclipse 依次选择 Window > Preferences > Java > Editor - Content Assist > Auto activation triggers for Java ,设置框中默认是一个点,

现在将它改为:

.abcdefghijklmnopqrstuvwxyz(,

     2、设置 xml 文件的代码提示功能

打 开 Eclipse 依次选择 Window > Preferences > Xml > Xml Files > Editor > Content Assist > Auto activation > Prompt when these characters are inserted ,设置框中默认是 <=: ,

现在将它改为:

<=:.abcdefghijklmnopqrstuvwxyz(,  

你可能感兴趣的:(Eclipse Android代码自动提示)