IDE/IntelliJ
[IntelliJ][이슈] The file size exceeds the configured limit. Code insight features are not available.
youn12
2021. 9. 13. 14:34
✏️ 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 재시작