Develop/IDE
Locate current file in IntelliJ
Pinocchio
2022. 5. 20. 15:02
인텔리제이에서, 현재 작업중인 파일의 path 왼쪽 Project Tab에서 확인하기
[ Alt + F1 ] + 1
Ref. https://stackoverflow.com/questions/1086041/locate-current-file-in-intellij
Locate current file in IntelliJ
How do I locate the current file in the project structure? (Similar to Visual Studio's Ctrl + Alt + L). What is the name of the operation (so I can define it in the keymap)
stackoverflow.com