✏️ Info.
- Version : Intellij Ultimate 2021.2.1
- The file size exceeds the configured limit. Code insight features are not available.
- 코드 사이즈 제한을 초과하여 발생하는 오류
📋 List.
1. Install location 경로 이동
2. idea.properties 수정
3. idea.max.intellisense.filesize 설정값 변경 (default 2500 -> 25000[Size 맞게 지정] 변경)
4. IntelliJ 재시작
✔️ Content.
1. Install location 경로 이동
- Tool Box 사용 시 Settings > Configuration > Install location에서 확인할 수 있는 경로로 이동한다. (경로 아래 Show... 클릭 하면 바로 이동)
2. bin > idea.properties 수정
3. idea.max.intellisense.filesize 설정값을 변경
4. IntelliJ 재시작
'IDE > IntelliJ' 카테고리의 다른 글
[IntelliJ][Live Template] Slf4j (0) | 2021.11.24 |
---|---|
[IntelliJ][단축키][팁] sout(System.out.print) (0) | 2021.07.08 |
[IntelliJ] 실행 Jar 생성 (2) | 2021.04.02 |
[IntelliJ][VCS] Repository URL 한글 URL 삭제 (0) | 2021.03.03 |
[IntelliJ][Cubrid] Database tool 연결방법 2 (0) | 2021.01.06 |