简体   繁体   中英

How to tell all implemented interfaces and superclasses from a class in intellij?

It seems like intellij knows the class and interface hierarchies for all of my classes, how do I get it to share that information with me? I can navigate manually to the superclasses by clicking on whatever it lists as extending, but it's a hassle if the chain is deeper than one.

In Intellij Idea there is a shortcut called Type hierarchy Ctrl + H

Example executed on the java.io.Closable interface, works the same way for super classes.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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