====== Android Studio Tips/Shortcuts ====== ===== Android Studio Shortcuts ===== ==== Reference ==== - http://www.developerphil.com/android-studio-tips-tricks-moving-around/ - http://blog.csdn.net/growth58/article/details/46764575 ==== Shortcuts ==== - Find Action: cmd+shift+a - Open Class: cmd+o - Search Everywhere: shift twice - Open File: cmd+shift+o - Open Symbol: cmd+alt+o - Find usage: alt+F7 - Refactor rename: shift+F6 - Find in path: shift+cmd+f - Format code: cmd+alt+L - Run the application: ctrl+alt+r - Continue the debug run: cmd+alt+r - Open Recent Files: cmd+e - Recently edited files: cmd+shift+e - Navigate Back/Forward: cmd+[ / cmd+] - Last Edit Location: cmd+shift+backspace - Show current Symbol: cmd+F12 - Go to prev/next error: shift+F2/F2 - Bookmark: F3/alt+F3 - Display Bookmark: cmd+F3 - Call hierarchy: ctrl+alt+h - Surround With(if, while, try…catch…, …): alt+cmd+t - Show in file explorer: alt+F1 - Breakpoint: cmd+F8 - Log breakpoints - Analyse Data Flow: Menu: Analyze → Analyze Data Flow to Here / Find action:Analyze Data Flow to Here - FullScreen editor mode: cmd+shift+F12 ==== Android Studio Plugins ==== - Alibaba Java Coding Guidelines - exynap - findbugs - codota: https://www.codota.com/