[Intellij] Intellij 단축키

2019. 5. 20. 16:12프로그래밍/InteliJ&Eclipse

출처 : https://www.uwangg.com/47

 

[Intellij] Intellij 단축키

IntelliJ 단축키 Ctrl + N : 클래스 탐색기 (카멜케이스 이니셜로도 검색가능) Ctrl + Shift + N : 파일만 찾아줌 (ex) pom.xml, .properties) Alt + 방향키 : 열린 파일들 왔다갔다 할 수 있음 Ctrl + Alt + 방향..

www.uwangg.com

출처 : https://lalwr.blogspot.com/2018/04/intellij.html

 

Intellij 자주쓰는 단축키 정리

Editing Ctrl + Space : Basic code completion (the name of any class,method or variable) Ctrl + Shift + Space : Smart code completion (fil...

lalwr.blogspot.com

출처 : https://ddakker.tistory.com/291

 

Eclipse vs IntelliJ IDEA 단축키

단축키 Setting 에서 Keymap 에서 Eclipse 스타일 설정 후!!! 단축키 동작 Eclipse IntelliJ IDEA Ctrl + 1 Alt + Enter import 되지 않은 Class import 도움 Alt + Shift + O Ctrl + Alt + O import 정리 Ctrl +..

ddakker.tistory.com

출처 : http://kwonnam.pe.kr/wiki/intellij_idea/shortcut

 

intellij_idea:shortcut [권남]

 

kwonnam.pe.kr

출처 : https://marobiana.tistory.com/142

 

자주 쓰는 이클립스 단축키 vs 인텔리제이 단축키

며칠전에 인텔리제이로 바꿨다. 이클립스 키맵을 쓸까 하다가 이클립스의 한정 기능만 쓰게 될 것 같아서 당분간은 고통스럽더라도 새 단축키를 손에 익혀야지. 손가락은 생각보다 금방 익힌다. 내가 생각보다 단..

marobiana.tistory.com

 

파일 이동 : F6
파일 생성 : (프로젝트 탭에서) ALT + INSERT
생성자, 게터세터 만들기 : (에디터 탭에서)  ALT + INSERT
커서가 위치한 곳의 변수나 함수에 대한 정의로 이동 : ctrl + b