Android Studio Mac快捷键

Code faster by using keyboard shortcuts

Description Mac 

Lookup IDE commands Cmd+Shift+A

Open Class Cmd+O 

Open File Cmd+Shift+O 

Open recently edited file Cmd+Shift+E 

Lookup Actions Cmd+Shift+A 

Open Symbol Cmd+Opt+O 

Open recently used file Cmd+E 

Last Edited Location Cmd+Shift+Backspace 

Find Usage in persistent window Opt+F7 

Find Usage in floating window Cmd+Opt+F7 

Format the code with proper Indentation Cmd+Opt+L 

Surround With Opt+Cmd+T 

Open Terminal Opt+F12 

Generate Setter/Getters Cmd+N 

Find Class CMD+O 

Refactor/Rename Shift+F6 

Quick Fix Opt+Enter 

Goto Definition Cmd+B 

Show parameters for selected method Cmd+P 

Refactor This Ctrl+T 

Stop Process Cmd+F2 

Search Everywhere Shift+Shift 

Select Methods to Override Ctrl+O 

Delete Line Cmd+Backspace 

Duplicate Line Cmd+D 

Grow/Shrink selection from cursor Opt+Up/Down 

Multicursor Selection Ctrl+G 

更多开发指导信息:https://github.com/nisrulz/android-tips-tricks/blob/master/Readme.md

你可能感兴趣的:(Android Studio Mac快捷键)