인텔리제이2 [IntelliJ] 한글깨짐 문제 해결 1. VM옵션 설정Help탭 -> Edit Custom Vm Options -> .vmoptions 파일 수정-Dfile.encoding=UTF-8-Dconsole.encoding=UTF-8위 두줄을 추가한다. * 탭 옵션을 찾기 어려운 경우 파일 탐색기능으로 'Edit Custom VM Options...' 를 찾을 수 있다. 2. 파일 인코딩 설정File탭의 Settings... > Editor > File Encodings 의 설정을 변경한다.Global Encoding , Project Encoding : UTF-8Default encoding for properties files : UTF-8Transparent native-to-ascii convertion : 체크Global Encoding.. 2024. 6. 5. [IntelliJ] 메소드 한줄 표시(폴딩) 설정 항목 위치 메소드를 폴딩하여 한줄로 표현하는게 IntelliJ기본 설정이다. 단축키 CTRL+ALT+S 또는 상단 메뉴 이동 File > Settings 으로 Settings 창을 열수 있다. Settings 창 왼쪽 트리 메뉴에서 Editor > General > Code Folding 이동하면 그림을 보면 One-line methods 항목에 체크가 되어 있는걸 확인 할 수 있다. 체크를 해제 하면 메소드가 한줄로 표시 되지 않는다. 2022. 9. 16. 이전 1 다음