developer tip

파일 이름에 대한 빠른 검색 Android Studio

optionbox 2020. 9. 23. 07:32
반응형

파일 이름에 대한 빠른 검색 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 + N

  • Files - Find file (instead of class):

    Mac: ⌘ Command + ⌃ Shift + O
    Windows/Linux: Ctrl + Shift + N

  • Symbols - 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

반응형