단축키 목록
줄이동 alt + shift + 방향키
한줄 아래 복붙 ctrl + d
코드 한줄 완성 ctrl + shift + enter
생성자 자동 완성 alt + insert
System.Out.println() 자동 완성 sout + Tab
코드 정렬 ctrl + alt + l
프로그램 런(재실행) shift + f10
Generate 단축키 alt + insert
리팩터링(이름바꾸기) shift + f6
Extract/Introduce Variable 리팩터링 ctrl + alt + v
메소드
Refactor This (ex 메소드화) : ctrl + alt + shit + t
Extract/Introduce Variable 리팩터링 ctrl + alt + v
커서를 맨 뒤에 두고 사용시 바로 리턴해줌
static import : Assertions나 assertThat에 커서를 두고 alt + anter
Assertions.assertThat(result).isEqualTo(member);
command P - shift + p