파일 이름에 대한 빠른 검색 Android Studio
Android Studio에서 클래스 파일 또는 전체 리소스 파일을 빠르게 검색하려면 어떻게해야합니까?
Eclipse 단축키는 다음과 같습니다.
Shift+ Ctrl+ R모든 리소스 파일 (Java 파일 포함)
Shift+ Ctrl+ T클래스 경로의 모든 Java 클래스
현재 Eclipse
스튜디오에서 동일한 단축키를 사용할 수 있도록 키맵 설정을로 변경 했습니다. 하지만 스튜디오의 기본 단축키가 무엇인지 알고 싶습니다.
deniz, 당신은 . 도움이 되었기를 바랍니다.Double Shift
다음과 같이 보입니다.
파일 이름으로 검색하려면 다음 단축키를 사용하십시오.
Mac : command+ shift+O
Windows / Linux : control+ shift+N
AndroidStudio
매우 유용한 빠른 검색 기능이 있습니다.
All
- Search Everywhere
Press ⌃ Shift twice
Usage: Search Android assets, navigate to the Gradle files, image resources, layouts, colors.xml and much more.Classes
- Find class:
Mac: ⌘ Command + O
Windows/Linux: Ctrl + NFiles
- Find file (instead of class):
Mac: ⌘ Command + ⌃ Shift + O
Windows/Linux: Ctrl + Shift + NSymbols
- Search by symbol name:
Mac: ⌘ Command + ⌥ Option + O
Windows/Linux: Ctrl + Alt + Shift + N
Usage: This option is particularly useful if you want to search for some variable or method names.Action
-작업 찾기 :
Mac : ⌘ Command+ ⌃ Shift+ A
Windows / Linux : Ctrl+ Shift+ A
사용법 : 바꾸기 작업의 바로 가기 또는 찾기 작업의 바로 가기가 무엇인지 잊어 버린 경우. 예를 들어 바꾸기, 찾기, 실행, 인스턴트 실행 등과 같은 작업을 찾을 수 있습니다.
검색 버튼 또는 더블 시프트를 사용할 수 있습니다.
참고 URL : https://stackoverflow.com/questions/25419684/quick-search-on-filename-android-studio
'developer tip' 카테고리의 다른 글
rawQuery (query, selectionArgs) (0) | 2020.09.23 |
---|---|
부동 소수점 수에 대한 정규식 (0) | 2020.09.23 |
C #에서 Base64 URL 안전 인코딩을 달성하는 방법은 무엇입니까? (0) | 2020.09.23 |
Spark Scala에서 DataFrame의 열 이름 이름 바꾸기 (0) | 2020.09.23 |
Google Maps API의 "내 위치"버튼 위치 변경 (0) | 2020.09.23 |