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?

0
3 comments

View | Context Info (Alt+Q on Windows).

1
Avatar
Permanently deleted user

Thanks.

Is there any hotkey to directly jump to that class statement?

0

Alt+Home to activate the navigation bar, then Enter to navigate to the declaration of this class.

1

Please sign in to leave a comment.