단축키

szlee·2023년 12월 4일
0

IntelliJ

목록 보기
5/5

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

sout
: System.out.println();

command + D
: 한 줄 복사

command + Y
: 한 줄 삭제

멀티라인 복붙
https://star992411.tistory.com/89

iter
: for문 자동완성

shift + F6
: rename

option + command + V
: introduce variable

F2
: 다음 에러로

command + P
: 파라미터 정보(뭐가 필요한지)

command + N
: generate

option + 위쪽 방향키
: 영역 선택

option + command + N
: inline refactor

option + command + M
: extract method

ctrl + O
: 메서드 오버라이딩

https://devocean.sk.com/blog/techBoardDetail.do?ID=163432

profile
🌱

0개의 댓글