IDEA's useful shortcut keys when reading source code

Ctrl+H to view the inheritance relationship of the class

insert image description here

Ctrl + Alt + H to view the method call process

insert image description here

Ctrl +Alt+Shift+u View inheritance diagram

insert image description here

Alt+7 View all methods of the class

insert image description here

Guess you like

Origin blog.csdn.net/weixin_44532671/article/details/121504892