[IntelliJ] 테스트 만들 때 assertj도 static import 하기 Preferences > File and Code Templates > Code탭 > Junit5 Test Class > import static org.assertj.core.api.Assertions.*; 추가 도구/IntelliJ 2022.06.08
[IntelliJ] 영어 자간 및 폰트가 이상하게 써질때 영어가 이상하게 써질때 Alt + = 조합으로 원래대로 돌릴 수 있습니다. IntelliJ 뿐 아니라 Word, Excel, PowerPoint 등에서도 Alt + = 이 먹힙니다. 도구/IntelliJ 2021.12.29
[IntelliJ] Live Templates만들기 (sout, main 이런거) Preferences (환경설정) > Editor > Live Templates 우측의 +버튼 클릭 > Live Template 선택 Abbreviation: 단축어 Description: 단축어에 대한 설명 Template text: 단축어의 수행 기능 ( $END$부분에 커서가 놓임) 필요한 template를 만드는 것 뿐 아니라 기본적인 live templates도 볼 수 있어서 좋은 것 같습니다. 도구/IntelliJ 2021.07.06
[IntelliJ] cannot find Symbol class MyClass implements MyInterface가 있을 때 MyInterface를 찾지 못했다고 오류 발생 Build메뉴의 Rebuild Project로 해결 도구/IntelliJ 2021.03.31
[IntelliJ] Auto Import(Eclipse의 Ctrl + Shift + O) 환경설정 > Editor > General > Auto Import > 아래 스크린샷의 체크박스부분 체크 > 저장 도구/IntelliJ 2020.08.06
[IntelliJ] 자동완성(Code Completion) 대소문자 구분 없이 사용하기 Preferences > Editor > General > Code Completion > Match case를 해제합니다. 도구/IntelliJ 2020.06.14