Posts

Showing posts with the label Android

Android Studio Shortcuts (MAC)

A ndroid Studio Shortcuts (MAC) KEYS RESULTS CTRL + R Build and Run CMD+O Find Class CMD+B Go to Class Definition CMD + SHIFT + O Find file CTRL + ALT + L Code reformatting. It has other interesting options as well. For example, optimize imports. Double Shift Search everywhere. So you don’t have to open folders to find the files you’re looking for CMD + P Show parameters for selected method OPTION + CMD + O Search by symbol name CMD + Backspace Delete line CTRL+D Debug CTRL + ALT + M Extract Method CTRL + ALT + F Extract Field CTRL + N Search code file in project CTRL + E Show recent files CTRL + Shift + E Search from all files (including xml) ALT +Enter Hint for any issue, error, warning etc. CTRL + Shift + Numpad + Expand All Functions CTRL + Shift + Numpad - Minimize All Functions CTRL + Shift + F12 Close All Opened Sidebar Menus Cmd + Shift + T Generate a test class for t...