1. getter/setter 메서드 자동 생성 방법 (https://bkjeon1614.tistory.com/521 참조)
- 소스 내에서 우클릭
- generate 클릭
2. 테마 적용하기 (https://nesoy.github.io/articles/2018-03/Intellij-Theme 참조)
- Ctrl + Shift + A -> plugins
- theme 검색
- Editor 부분 테마가 적용되지 않는 경우 Editor -> colors & fonts -> scheme 수정
3. 파일 복제
- Intellij에서 복제할 파일 우클릭 -> Refactor -> copy Class -> 파일명, 디렉토리, package 설정
- 또는 F5 -> 파일명, 디렉토리, package 설정
4. 단축키
'IntelliJ' 카테고리의 다른 글
Intellij Error (0) | 2020.07.10 |
---|---|
JRebel 대체 DCEVM + Hot Swap 설치/사용방법 (0) | 2020.07.06 |
Intellij Encoding 설정 (0) | 2020.06.27 |