[Eclipse] 이클립스 단축키 모음집~

2010. 5. 31. 17:17DevTool/Eclipse

Alt  +  shift +  A  여러행 붙여넣기 할때 필요한 단축키

ctrl + shift + x  =  선택영역 대문자

ctrl + shift + y  =  선택영역 소문자

alt + enter  =  프로퍼티 창 열기

ctrl + 마우스 왼쪽 클릭 = 변수 : 선언문으로 이동

                               메소드 : 메소드 선언문으로 이동

"변수 or 클래스" + "." + ctrl + space = 사용가능한 메소드 or 변수 리스트

"sysout" +  ctrl + space  =  System.out.println();

alt + shift + x  , j = run java appication

alt + shift + x  , a = run java applet

alt + shift + x  , r = run on server

alt + shift + s  , r = run swt application

ctrl + shift + t  =  클래스 찾기

ctrl + shift + r  = 파일명 검색

ctrl + d  =  커서가 있는 줄 삭제

ctrl + l  =  원하는 라인 number 검색

ctrl + h  = 파일 내용 검색

ctrl + o  = outline창 띄우기

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

ctrl + w  =  tab 닫기

ctrl + m  =  소스보기 화면 전체화면으로 보기

ctrl + shift + l = 단축키 보기