본문 바로가기
개발/개발 기타

[Tip of the Day] IntelliJ

by 똘똘이박사 2023. 6. 22.

Search Everywhere


Press   Shift   twice to search for files, actions, symbols, UI elements, Git branches and comments across your project. Pressing double   Shift   again, will extend the search to non-project items.
Use tabs or direct shortcuts   ⌘   O   for classes,   ⇧   ⌘   O   for files,   ⌥   ⌘   O   for symbols, and   ⇧   ⌘   A   for actions to narrow your search results.
 

 

IntelliJ의 편한 기능중 하나가 Shift를 두번 눌러 원하는 거의 모든 것을 검색할 수 있다는 것이다.

여기서는 파일, 내부 기능, 심볼, 깃 관련된 것등을 조회 할 수 있는데

각각을 조회 할 수 있는 단축키도 존재한다.

- classes : command + O

- files : Shift + command + O

- symbols : Option + command + O

- actions : Shift + command + A

반응형

'개발 > 개발 기타' 카테고리의 다른 글

[Tip of the Day] IntelliJ  (0) 2023.06.27
[Tip of the Day] IntelliJ  (0) 2023.06.23
[Tip of the Day] IntelliJ  (0) 2023.06.21
[Tip of the Day] IntelliJ  (0) 2023.06.20
[Tip of the Day] IntelliJ  (0) 2023.06.19