목적:
1. 공식 문서 내용이 방대하고 Window랑 Mac 번갈아서 쓰다보니 잊어버려서 자주 쓰는 건 기억하기 위함
2. 한글로 보면 표현이 이상해서 언제 쓰는 건지 이해가 안 될 때가 있어서
3. 영어 표현 익히기
Write Code (코드 작성)
Description | Window | Mac |
Indent/unindent lines (들여쓰기/들여쓰기 지우기) |
Tab / Shift + Tab | Tab / Shift + Tab |
Optimize import |
Control + Alt + O | Control + Option + O |
Reformat code | Control + Alt + L | Command + Option + L |
Collapse/expand current code block |
Control + (minus or plus) | Command + (minus or plus) |
Collapse/expand all code blocks |
Control + Shift + (minus or plus) | Command + Shift + (minus or plus) |
- Optimize import: import 중 사용하지 않는 건 지우고 정렬하는 작업
(꾸준히 업데이트할 예정입니다.)
Keyboard shortcuts | Android Studio | Android Developers
Discover keyboard shortcuts for many common actions in Android Studio.
developer.android.com
'Android' 카테고리의 다른 글
[Android] android.view.InflateException: Binary XML file line #9 해결 방법 (0) | 2022.04.25 |
---|---|
파이어베이스 FCM 토큰 얻기 실패 (concurrent.ExecutionException, SERVICE_NOT_AVAILABLE) (0) | 2022.04.21 |