Advertisement
parabola949

Android Studio Shortcut Cheat Sheet

Sep 11th, 2013
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Command look-up (autocomplete command name) CTRL + SHIFT + A
  2. Project quick fix ALT + ENTER
  3. Show parameters for selected method CTRL + P
  4. Generate method ALT + Insert
  5. Jump to source F4
  6. Run and debug Shift + F9
  7. Resume debug F9
  8. Step Into F7
  9. Build CTRL + F9
  10. Build and run SHIFT + F10
  11. Navigate open tabs ALT + arrow
  12. Toggle Line Breakpoint CTRL + F8
  13. Run to Cursor ALT + F9
  14. Go to declaration CTRL + B
  15. Next highlighted error F2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement