티스토리 뷰

IntelliJ와 Eclipse 단축키를 비교한 좋은 글이 있어서 가지고 왔다. 앞으로 IntelliJ를 이용해 개발을 할텐데 자주자주 보면서 익혀야겠다. 

설명 Eclipse IntelliJ
창 닫기 ctrl + w ctrl + F4
창 크게하기 ctrl + m ctrl + shift + F12
import 하기 ctrl + 1 alt + enter
메소드 단위로 커서 위치 이동   alt + ↑, alt + ↓
커서 위치한 line 옮기기 alt + ↑, alt + ↓ ctrl + alt + ↑, ctrl + alt + ↓
커서 위치한 line 삭제 ctrl + d ctrl + y
커서 위치한 line 복제 ctrl + alt + ↑, ctrl + alt + ↓ ctrl + d
특정 line 번호로 이동 ctrl + l (엘) ctrl + g
특정 문자가 들어있는 파일 찾기 ctrl + h ctrl + shift + f
파일 검색 ctrl + h double shift
클래스명 검색   ctrl + n
실행취소(undo) ctrl + z ctrl + z
재실행(redo) ctrl + y ctrl + shift + z
setting 창 열기   ctrl + alt + s
메소드 속으로 들어가기 F3 F4 또는 ctrl + b
불필요한 import 제거 ctrl + shift + o ctrl + alt + o
call depth 보기 ctrl + alt + h ctrl + alt + h
호출하는 곳 보기 ctrl + alt + g ctrl + alt + F7
find한 것 다음으로 넘기기 ctrl + k F3
[리팩토링] 변수명 | 메소드명 등 한꺼번에 바꾸기 alt + shift + r shift + F6
[리팩토링] 메소드 추출(Extract Method) alt + shift + m ctrl + alt + m
선택된 블럭 if, for, while 등으로 감싸기
(surround with)
  ctrl + alt + t
Run ctrl + F11 shift + F10
[Debug] Run   shift + F9
[Debug] 한스텝씩 진행 F7 F8
[Debug] 메소드 안으로 들어가면서 진행 F6 F7
[Debug] 다음 브레이크 포인트까지 넘김 F8 F9

출처 : https://moonsiri.tistory.com/5

 

끝!

 

'Tool > IntelliJ' 카테고리의 다른 글

IntelliJ 처음 사용해본 아주 짧은 후기  (0) 2021.01.08
댓글
최근에 올라온 글
최근에 달린 댓글
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30