Android

단축키

시크유 2017. 2. 5. 14:25

사용하지 않는 Import 정리 (Optimize Imports)

  • Mac: Ctrl + Option + O
  • Windows: Ctrl + Alt + O

자동 완성/수정 (Show intention actions and quick-fixes)

  • Mac / WIndows: Alt + Enter

이름 바꾸기 (Rename)

  • Mac / Windows: Shift + F6


코드 정렬 (Reformat code)
  • Mac: Alt + Command +L

  • Windows: Ctrl + Alt + L


메소드 오버라이드 (Override method)
  •   Mac / Windows: Ctrl + O

인터페이스 구현 (Implement methods)
  • Mac / Windows: Ctrl + I

문서 보기 (Quick Documentation Lookup)
  • Mac / Windows: F1 , Ctrl + q

매개변수 정보 (Parameter info) 
  • Windows: Ctrl + P

선언부로 이동 (Go to declaration)
  • Mac: Command + B
  • Windows: Ctrl + B

통합 검색 (Search everywhere)
  • Mac / Windows: Shift * 2 (Shft키 두 번 누름)