[Android Tips] Share common shortcut keys for Android Studio (continuously updated)

ctrl+F4: close the window
ctrl+H: open the inheritance relationship of this class
ctrl+tab: switch windows (in-app)
ctrl+s: save (good habit needs to be developed)
shift+F10: compile and run
ctrl+l: in the current Class search keywords
Alt+7: view the structure of this class (methods, variables, etc.)
ctrl+p: view all overloads of this method (the cursor needs to be in parentheses)
1
ctrl+i: rewrite the parent class method
2
like these early days That's enough.

Guess you like

Origin blog.csdn.net/qFAFAF/article/details/130411811