How to quickly find out what a class/interfaces has inherited/implemented without scrolling back to top?
Answered
I am in a large class, and I want to see if the class has inherited another class or implemented other interfaces.
One way is to press Ctrl+H to see class hierarchy, but it does not show if the class has implemented any interfaces.
So the only way to find it out it to scroll up and see the class statement.
Is there any keyboard shortcut or quick way to do it?
Please sign in to leave a comment.
View | Context Info (Alt+Q on Windows).
Thanks.
Is there any hotkey to directly jump to that class statement?
Alt+Home to activate the navigation bar, then Enter to navigate to the declaration of this class.