-
[IntelliJ] 자동완성 + 단축키Tool/IntelliJ 2018. 9. 13. 11:00
- sout : System.out.println
- psvm : public static void main(String args[])
- iter : for-each 구문생성
- fori: for문 생성
- shift + F6 : rename
- alt + enter : 호출 메서드만 작성되었을 때 빈 메서드 생성
- ctrl + alt + L : 소스코드 정렬
- ctrl + alt + O : import 정리
- ctrl + shift + t : 테스트 만들기
- ctrl + alt + m : extract method
'Tool > IntelliJ' 카테고리의 다른 글
[IntelliJ] Error: Could not find or load main class java 해결 방법 (0) 2020.12.23 [IntelliJ] gradle 버전 변경 (0) 2020.12.23 [IntelliJ] eclipse 프로젝트를 IntelliJ로 import (0) 2018.11.28 [IntelliJ] import project - gradle (0) 2018.09.13