개발/개발 기타
[Tip of the Day] IntelliJ
똘똘이박사
2023. 6. 20. 08:35
Show file structure
You can quickly navigate within the current file with Ctrl F12 (Navigate | File Structure).
File structure shows the list of members of the current class. To navigate to an element, select it and press Enter or F4.
To easily locate an item in the list, start typing its name.

Ctrl + F12 키를 클릭하면
해당 클래스의 파일 구조를 빠르게 살펴볼 수 있다.
반응형