툴 사용팁
[자바] IntelliJ - 서비스 메소드 구현 코드(implementation) 바로 열기
Yo soy
2023. 6. 12. 09:22
Controller 에서 추상형 Service 클래스를 안거치고 ServiceImpl 구현단 소스로 바로 이동하는 다양한 방법
- <Ctrl><Alt><B>
- <Ctrl><Alt><Left click>
- right click > Go To > Implementation(s)
참고 URL :
Choose between open declaration/implementation on Ctrl + click in IntelliJ IDEA
Details: IDE: IntelliJ IDEA 14 O.S.:: Windows 7 If I want to navigate to the declaration of a method I can choose one of the following approaches: press Ctrl + left click right click > Go To >
stackoverflow.com