eclipse 开发android程序,点击函数名,怎么设置能够出现这个信息提示框?

本来可以的,现在出现的信息提示没有函数参数的说明等,信息不完整,我想要如下效果,谁能告诉我该如何设置?
最新回答
一丁温暖

2024-09-21 00:12:42

window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Java Proposals 选项打上勾就可以了。