代码提示
不进行设置的话,eclipse可以使用快捷键Alt+/
打开代码提示。
自动提示
打开window->Preferences->Java->Editor->Content Assist, 找到Auto Activation下面的 Auto activation triggers for Java: 在输入框中输入
.abcdefghijklmnopqrstuvwxyz
这样在输入这些字符时,就会自动触发代码提示。Alt+/
没有代码提示打开window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡在 Select the proposal kinds contained in the ‘default’ content assist list: 列表中把 Java Proposals 选项打上勾就可以了。