반응형
http://michaelevans.org/blog/2016/01/06/android-studio-tips-and-tricks
Language Injection
-
“Inject language or reference” 를 선택하면 JSON object 등을 만들 때 좋다.
자동으로 backslash 같은 것을 자동으로 처리해준다.
Check REGEXP
-
Check RegExp 메뉴를 선택하면 손쉽게 REGEXP 를 테스트해볼 수 있다.
Smart(er) Completion
-
Auto completion 을 이용할 때 단축키를 적용한 후에, 한번 더 그 단축키를 적용하면 현재 context 에 맞는 녀석만 한번 더 filtering 해서 보여준다.
여기서 한번 더 단축키를 누르면 static method call, chained expression 등의 deep 한 녀석이 나온다.
Discovering your own tips and tricks
-
Productivity Guide 라는 게 있다.
이 녀석은 “내가” IntelliJ 기능의 통계를 보여준다. 얼마나 많은 기능이 사용되었는가 등등.
이는 Help -> Productivity Guide 에서 찾을 수 있다.
-
끝!!!
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] Activity Task 에 대한 이야기 with allowTaskReparenting 실험 (심화) (0) | 2020.08.13 |
---|---|
[android] javax.net.ssl.SSLPeerUnverifiedException: No peer certificate (0) | 2020.08.11 |
[android] Custom Text Selection Actions (0) | 2020.08.03 |
[android] Android SDK-tools, SDK Build-tools, Platform-tools (0) | 2020.08.02 |
[android] Gradle 에 쫄지 말아라 (gradle 잘 이용하자) (0) | 2020.08.01 |
댓글