개발툴/IntelliJ
자주쓰는 intellij 단축키(intelliJ VS Eclipse)
달사자!
2020. 2. 12. 17:37
Action | IntelliJ IDEA | Eclipse |
Open any file quickly (파일명 입력으로 바로 찾기) | Ctrl + Shift + N | Ctrl + Shift + R |
프로젝트 전체에서 찾기 | Ctrl + Shift + F | |
Show all the members of current type | Ctrl + F12 | Ctrl + O |
Delete line | Ctrl + Y | Ctrl + D |
Duplicate line | Ctrl + D | Ctrl + Alt + ↓ |
메소드 호출 위치로 바로 가기 | Ctrl + Alt + H | |
Open hierarchy | Ctrl + H | F4 |
특정 라인넘버의 위치로 바로 이동 | CTRL + G | |
구현체로 바로 가기(ex. 인터페이스의 구현체로 바로가기) | CTR + ALT +B | |
out line view | ALT + 7 또는 CTR + F12 | |
리네임(리팩토링) | Shifth + F6 | |
스프링 Request Mapper | SHIFT + CTRL + \ | |
마지막 편집 위치로 이동 | ctrl + shift + backspace | |
To jump from one member to the next (or previous) | Alt + ↓ Alt + ↑ | Ctrl + Shift + ↓ Ctrl + Shift + ↑ |
Go to parent class | Ctrl + B | Ctrl + T |
Back and forth through the files you have visited | Ctrl + Alt + ← Ctrl + Alt + → | Alt + ← Alt + → |
Last edit location | Ctrl + Shift + Backspace | Ctrl + Q |
Organize imports | Ctrl + Alt + O | Ctrl + Shift + O |
Debug | Shift + F9 | F11 |
Run | Shift + F10 | Ctrl + F11 |
Step Into | F7 | F5 |
Step Over | F8 | F6 |
Step Out | Shift + F8 | F7 |
Resume | F9 | F8 |
Rename in place | Shift + F6 | Alt + Shift + R |
Format code | Ctrl + Alt + L | Ctrl + Shift + F |
Change signature | Ctrl + F6 | Alt + Shift + C |
Quick fix | Alt + Enter | Ctrl + 1 |
View Javadoc for member | Ctrl + Q | Mouse over |
ctrl + H 예