개발/Tools & Settings2023. 2. 6. 15:07IntelliJ project clean
쓸데없이 import하는 코드들을 정리해주고, IDE에서 문제가 생긴 것 같을 때 시도해 볼 만하다.ex) 잘되던 코드가 갑자기 안될 때, 수정한 코드가 반영이 안될 때 File -> Invalidate Caches Clear file system cache and Local History 체크 후 invalidate and restart
개발/Tools & Settings2023. 1. 27. 18:03IntelliJ 글씨 크기 변경 방법
에디터 글씨 크기 변경인텔리제이 프로그램의 에디터 글씨 크기는 Appearance에서 설정할 수 있다. 코드 & 터미널 글씨 크기 변경코드와 터미널 창의 글씨 크기를 변경할 때는 Editor의 font에서 size를 변경하면 된다.