eclipse
eclipse shortcut/이클립스 단축키.
JKimKorea
2021. 3. 17. 20:00
- ctrl+alt + ↓ (화살표 아래) : 자동복사 ----------- duplicate the line copy
- ctrl + D : 줄삭제 --------- delete the line
- alt + ↑,↓ (화살표) : 줄이동 -------- move the line of the code
- ctrl + 마우스 커서를 변수위에 놓고 클릭 : 맨~처음 변수를 지정해줬던 위치를 바로 알려준다.
- ctrl + shift + / : /* */ 여러줄 주석달기
- ctrl + / : // 주석달기
- ctrl + shift + o : 안쓰는 코드들 싹 정리해줌. ------ automatic deleting the code that you don't use
- ctrl + shift + l : 이클립스에서 쓰는 단축키를 보여줌 --------- show shortcuts on eclipse
- ctrl+shift+space : ()안의 변수에 커서를 두고 누르면 어떤 매개변수가 들어있는지 알려줌
- F11 : 디버깅 -------debuging
- F2 : 클라스 이름바꾸기 ---------- change the class name
- 에러가 떨어진 부분을 블럭처리 하고 Alt + Shift + Z :여러 방법들을 이클립스가 제공해줌.
- alt+shift+a 세로줄 드레그 복사, 붙여넣기 (사용후 다시 동일하게 눌러서 해제필요)