首页 > 代码库 > Eclipse Android 代码自动提示功能 (转)

Eclipse Android 代码自动提示功能 (转)

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 代码自动提示功能 (转)