关于 Eclipse 中不包含属性和方法的建议

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14233515/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:46:42  来源:igfitidea点击:

Suggestion about Attribute and Method not coming in Eclipse

javaandroideclipse

提问by soham

I am developing android application in eclipse. I am new to it. But when press dot(.) after a class-instance, no pop-up menu is coming, showing suggestions and attributes. I am attaching a screenshot.enter image description here

我正在 eclipse 中开发 android 应用程序。我是新手。但是当在类实例之后按 dot(.) 时,不会出现弹出菜单,显示建议和属性。我附上截图。在此处输入图片说明

回答by Bhavin

Try restoring the default options in 'Windows > Preferences > Java > Editor > Content Assist > Advanced'.

尝试恢复“Windows > Preferences > Java > Editor > Content Assist > Advanced”中的默认选项。

You can find you answer here.

你可以在这里找到答案。