简体   繁体   English

Eclipse Content Assist

[英]Eclipse Content Assist

When I use Eclipse's Content Assist ( Ctrl + Space ) I don't want to see the methods inherited from the object class. 当我使用Eclipse的Content Assist( Ctrl + Space )时,我不想看到从对象类继承的方法。 I searched through the Eclipse help but I can't seem to figure it out. 我搜索了Eclipse 帮助,但似乎无法弄清楚。

You can use the type filters to ignore the class java.lang.Object . 您可以使用类型过滤器忽略类java.lang.Object This dialog can be found under Preferences -> Java -> Appearance. 该对话框位于“首选项”->“ Java”->“外观”下。

Eclipse中的类型过滤器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM