Share your knowledge

Friday, 13 January 2017

Android Studio Shortcut keys - Very Important




1. Save all ( CTRL+S )
 
2. Maximize / minimize ( CTRL+SHIFT+F12 )  
 
3. Inspect current file with current profile (ALT+SHIFT+I) 
 
4. Quick switch scheme (CTRL+`
 
5. Open project structure (CTRL+ALT+SHIFT+S)



6. Search every where (Double Shift)

7. Find (CTRL+F)

8. Find next (F3)

9. Find previous (SHIFT+F3)

10. Replace (CTRL+SHIFT+R)

11. Find class (CTRL+N)

12. Find file (CTRL+SHIFT+N)

13. Find in path (CTRL+SHIFT+F)




14. Open file structure popup (CTRL+F12)

15. Navigate between open editor tabs (ALT+LEFT/RIGHT ARROWS)

16. Open Current editor tab in new window (SHIFT+F4)

17. Recently edited files (CTRL +SHIFT+E)

18. Go to last edit locatoin (CTRL+SHIFT+BACKSPACE)

19. Close active editor tab (CTRL + F4)

20. Return to editor window from tool window (ESC)

21. Go to line (CTRL+G)




22. Generate code (getters, setters, constructors etc) (ALT+INSERT)

23. Override methods (CTRL+O)

24. Collapse or expand current code block (CTRL+ PLUS/MINUS)

25. Duplicate current line or selection (CTRL+D)

26. Quick documentation lookup (CTRL+Q)

27. Show parameters for selected method (CTRL+P)

28. Go to declaration - (CTRL+CLICK)

29. Open quick definition lookup (CTRL+SHIFT+I)

30. Comment /uncomment with line comment (CTRL+/)

31. Comment /uncomment with block comment (CTRL+SHIFT+/)

32. Select successively increasing code block (CTRL+W)

33. Decrease current selection to previous state (CTRL+SHIFT+W)

34. Move to code block start (CTRL+[)

35. Move to code block end (CTRL+])

36. Select to the code block start (CTRL+SHIFT+[)

37. Select to the code block end (CTRL+SHIFT+])




38. Make project (build) - (CTRL+F9)

39. Build and run (SHIFT+F10)

40. Copy (F5)

41. Move (F6)

42. Delete (DELETE)

43. Rename (SHIFT+F6)















No comments:

Post a Comment