简体   繁体   English

在IntelliJ中,查看类/接口所有后代的快捷方式?

[英]In IntelliJ, shortcut to see all decendants of a class/interface?

For a given class or interface, is there a way to see all classes or interfaces that ultimately inherit from the selected class? 对于给定的类或接口,是否有办法查看最终从所选类继承的所有类或接口? In other words, if I need an instance of Map, I'd like to know which concrete classes are in the library to implement that. 换句话说,如果我需要一个Map实例,我想知道库中有哪些具体的类可以实现它。 Is this possible? 这可能吗?

CTRL + H是Eclipse show class层次结构的替代IDEA CTRL + T

在类名称上移动指针,然后按CTRL + ALT + B

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

相关问题 在Eclipse中查看类层次结构的快捷方式 - Shortcut to see class hierarchy in Eclipse IntelliJ或Eclipse将方法的所有用法重构为不同类/接口上的方法 - IntelliJ or Eclipse refactoring all usages of a method to a method on a different class/interface IntelliJ:查看导入类(的例程)的用法的快捷方式 - IntelliJ: Shortcut for seeing usages of (the routines of) an imported class 我的Maven Vaadin项目(使用IntelliJ Idea 13创建)无法看到属于已声明的Maven依赖项的接口类 - My Maven Vaadin Project (created with IntelliJ Idea 13) cannot see an interface class which belongs to an already declared maven dependency 在 intellij 查看所有 spring boot 项目的端口 - See the ports of all spring boot projects at intellij Intellij没有看到MapStruct生成的类 - Intellij doesn't see the generated class by MapStruct 在intelliJ中,如何将方法移至接口的实现类? - In intelliJ, how to move an method to an implementing class of an interface? intellij快捷方式 - 如何折叠所有javadocs +方法实现 - intellij shortcut - how to fold all javadocs + method implementations 是否有任何键盘快捷键可在IntelliJ Idea的课堂上添加@SuppressWarnings? - Is there any keyboard shortcut to add @SuppressWarnings on class in IntelliJ Idea? Intellij 快捷方式 - 如何在项目视图中打开当前类? - Intellij shortcut - how to open at project view current class?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM