Eclipse vs Intelli-J 단축키
2014. 11. 30. 16:10ㆍ99. 정리전 - IT/29. IT 잡동지식
Eclipse vs Intelli-J 단축키
Eclipse |
IntelliJ IDEA |
Description |
F4 | ctrl+h | show the type hierarchy |
ctrl+alt+g | ctrl+alt+F7 | find usages |
ctrl+shift+u | ctrl+f7 | finds the usages in the same file |
alt+shift+r | shift+F6 | rename |
ctrl+shift+r | ctrl+shift+N | find file / open resource |
ctrl+shift+x, j | ctrl+shift+F10 | run (java program) |
ctrl+shift+o | ctrl+alt+o | organize imports |
ctrl+o | ctrl+F12 | show current file structure / outline |
ctrl+shift+m | ctrl+alt+V | create local variable refactoring |
syso ctrl+space | sout ctrj+j | System.out.println(“”) |
alt + up/down | ctrl + shift + up/down | move lines |
ctrl + d | ctrl + y | delete current line |
??? | alt + h | show subversion history |
ctrl + h | ctrl + shift + f | search (find in path) |
“semi” set in window-> preferences | ctrl + shift + enter | if I want to add the semi-colon at the end of a statement |
ctrl + 1 or ctrl + shift + l | ctrl + alt + v | introduce local variable |
alt + shift + s | alt + insert | generate getters / setters |
ctrl + shift + f | ctrl + alt + l | format code |
ctrl + y | ctrl + shift + z | redo |
ctrl + shift + c | ctrl + / | comment out lines (my own IDEA shortcut definition for comment/uncomment on german keyboard layout on laptop: ctrl + shift + y) |
ctrl + alt + h | ctrl + alt + h (same!) | show call hierarchy |
none ? | ctrl + alt + f7 | to jump to one of the callers of a method |
ctrl + shift + i | alt + f8 | evaluate expression (in debugger) |
F3 | ctrl + b | go to declaration (e.g. go to method) |
ctrl + shift + r | ctrl + shift + n | 파일 이름으로 파일 찾기 |
ctrl + n | 클래스 찾기 | |
ctrl + shift + o | import 최적화 | |
ctrl + shift + i | 해당클래스안의 소스 출력 (클래스 이동X) | |
ctrl + j | Live Template | |
ctrl + w | 캐럿 중심으로 블럭설정 (W 누를 때 마다 영역 확장) | |
ctrl + backspace | 단어별 삭제 | |
ctrl + shift + 방향키 | 캐럿이 있는 단어를 중심으로 블록 | |
alt + home | 지금 수정중인 소프파일의 위치를 보여줌 | |
ctrl + q | documentation 보여주기 |