Idea view source code, shortcut keys for the structure of the class

View:

  • See what methods are in the class: Alt+7
  • Check where the variables defined in the class are called: Ctrl+Alt+F7
  • Check where a method is called: Ctrl+B
  • Class/method implementation class/method: Ctrl+Alt+B
  • The parent class of the class/method: Ctrl+Alt+P
  • View the relationship of the class inheritance diagram: Ctrl + H
  • View the class inheritance diagram panel: right-click Diagrams ——> Show Diagram on the class you are in, * or shortcut key Ctrl+Alt+Shift+U
  • View the call chain relationship of a method: Ctrl+Alt+H
  • You can see which methods are called by this method and which methods are called by this method

search for:

  • Search category by name: Ctrl+N
  • Search according to the content of the text: Ctrl+F / Ctrl+Shift+F
  • Search for files by file name: Ctrl+Shift+N**

Guess you like

Origin blog.csdn.net/weixin_46351306/article/details/113712965