IT/개발

[IntelliJ] 단축키 메모

mj73 2021. 8. 5. 23:35

코드 생성 (Getters, Setters)  : Alt + Insert 

변수명 변경 : Alt + Enter

테스트 클래스 생성 : Ctrl + Shift + T

 

 

psvm : public static void main(String[] args)

sout : System.out.println

 

 

Assertions -> org.assertj.core.api