psvm : main() 생성
sout : System.out.println() 생성
변수이름.sout : System.out.println(객체이름) 생성
변수이름.soutv : System.out.println("객체이름 =" + 객체이름) 생성
command + N : constructor, setter and getter, ...
option + enter : 에러 뜰 때 좋음~
command + option + V : 변수 명 자동 생성
command + N : 새로운 파일 생성
command + shift +T : 테스트 파일 생성
command + E : 히스토리 확인 가능
option + command + M : 변수명 변경(refactor)