개발/개발 기타

[Tip of the Day] IntelliJ

똘똘이박사 2023. 6. 22. 05:40

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

반응형