android Studio common shortcut keys for Mac find/view related? O: Global Lookup Class class name < usage very high; F: Find < Use very high in the current edit file > | Corresponds to CTRL + F in window? F12: Structure Quick navigation in the currently edited file | Corresponds to the ctrl + F12 in the window? E: Open list of recently accessed files | corresponding to CTRL + E in window? O: Enter the class name/method name/field name to find any matching classes/methods/fields < usage rate very high; O: Global Project Lookup file (class/resource file/Layout file is found through this shortcut key) < very high usage; H: View the hierarchy structure of the current editing class | corresponding to CTRL + H in window? F7: List the cases where the class/method is referenced/called in the Global project < The usage rate is very high >[?? F7 display effect Good] | Corresponds to ALT + F7 in window?? F7: List the case where the class/method is referenced/called in the Global Project | Corresponding CTRL + ALT + F7 in window?? H: Method called structure [method ' s call hierarchy]| corresponding to CTRL + ALT + H in window? P: Lists the valid arguments for a series of function methods, if the cursor is between parentheses of a method call | corresponding to CTRL + P in window? F7: Fast, highlighting the variables in the current file of the reference situation, use? G and?? G shortcut can go to jump to the next/previous highlighted variable, press to remove highlight | corresponding to CTRL + Shift + F7F1 in window: View comments on classes/methods document control operations related?/: Comment and uncomment, comment effect //... | Corresponds to CTRL +/? In Window? /: Comment and uncomment, comment effect /*...*/ | corresponding to the ctrl+shift+/in window?? Up/down: Move line up and down | ALT + SHIFT + up/down?delete in window: Delete Row | Corresponds to CTRL + Y?d in window: Copy line | corresponds to ctrl in Window + d? J: Rapid generation of template code blocks, such as If,while,return, etc. < use very high frequency, high efficiency write generationYards > | corresponding to CTRL + J in window? N: Fast generation of Getter/setter method, construction method, ToString () method, etc. < usage very high > | Corresponds to ALT + Insert in window?? T:surround with fast pull-up if,for,try...catch,while and other surround code | corresponds to CTRL + ALT + T in window? O: Introduce the method of overriding the parent class [override methods]< usage is very high;? I: Introduce implementation interface or abstract class method [Implement methods]< usage is very high;? Space: When a variable is declared, the suggested variable name is given according to the type of the variable, and many other smart hints function < usage is very high; L: Code formatting < usage very high > | corresponding to the ctrl+alt+l code refactoring in window? F6: When code refactoring, class name/method name/variable name Rename operation | corresponding to SHIFT + F6 in window? R: Code refactoring, can be used to batch rename variables?? M: Method Reconstruction, Method extraction | Corresponding to the ctrl+alt+m in window?? P: Parameter reconstruction, the method internal variables are extracted into the method parameters | corresponding to the ctrl+alt+p in the window?? V: Variable Extraction,< utilization rate is very high > | The Ctrl+alt+v new StringBuffer () in the corresponding window has the following effect: stringbuffer StringBuffer = new StringBuffer (); F: Field extraction, the variable within the method is drawn out into a class field declaration, simply say that the declaration of the variable from within the method of reconstruction extraction to the outside of the method | corresponding to the ctrl+alt+f in the window?? A: You can invoke the name of any menu or action in Android Studio | Corresponding to CTRL + SHIFT + A in window
Android Studio shortcut keys for Mac