Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有可能找到返回特定类型的对象方法?例如,我想查看自动完成所有返回的方法String:
String
对于此示例,只需向下滚动即可轻松找到它,但对于具有大量方法的对象,它可能会很痛苦。
实际上,即使在类结构视图中,也没有按返回类型进行默认排序(还没有?)。我为此目的使用智能完成(ctrl+shift+space),仅接受某些类型,例如:
String s = aClass.<smart completion here>
它将显示从一开始就aClass返回String的方法。
aClass