Android Studio shortcut key summary

Record the shortcut keys commonly used in Android Studio for subsequent use.

  1. Jump back to the previous step:ctrl + alt + <-

  2. Jump back to the next step:ctrl + alt + ->

  3. Find other classes that reference the current class (or method):ctrl + alt + H
    ctrl + alt + H

  4. Global quick search: ctrl + shift + F, this conflicts with the hotkeys for switching between simplified and traditional Chinese in many input methods, you can change the hotkeys of the input methods, or use this method: edit -> find -> find in file.
    ctrl + alt + F

  5. Search for filenames: double-clickshift
    double click shift

  6. Quick search within this page:ctrl + F
    ctrl + F

  7. Compare two files: select one of the files to be compared, right-click, and select compare with(can be compared with files in other projects).
    compare with

  8. View the structure of the current class: Click on the lower left corner Structure:
    Structure

Will continue to record, welcome to collect.

Guess you like

Origin blog.csdn.net/weixin_46269688/article/details/127713664