사용하지 않는 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키 두 번 누름)


'Android' 카테고리의 다른 글

서비스  (0) 2017.02.12
앱종료시 저장 SharedPreferences  (0) 2017.02.12
logcat  (0) 2012.02.04
map api key  (0) 2011.02.05
http://maps.google.co.kr/ 현재위치  (0) 2011.02.05

+ Recent posts