본문 바로가기

환경설정 모음

[이클립스] 단축키

반응형

Ctrl + 2 , R = 현재 페이지 스코프내에 변수명 일괄 변경가능


alt + shift + r = 변수명 변경(이변수명 사용한 모든 곳의 변수명도 같이 바뀜)

ctrl + shift + t = search class

ctrl + shift + l = 단축키 보기


ctrl + shift + / : 선택한 블럭  주석  /* */


ctrl + / : 선택한 블럭 단일 주석 //

ctrl + shift + up(down) : 함수(메소드) 단위로 이동



ctrl + shift + y    소문자로 변경

ctrl + shift + x    대문자로 변경


워드 선택

ift + Alt +  selects enclosing elements.

Shift + Alt +  reverses Shift + Alt + .

Shift + Alt +  selects enclosing elements moving up the file.

Shift + Alt +  selects enclosing elements moving down the file.

반응형