When I'm editing a java class in Eclipse, when my cursor is over a class variable. If I do Ctrl+T, it will popup a hover that shows all its parents and subclasses. What is the equivalent in IntelliJ?
Example:
Use|r user = new User();
The pipe is my cursor.