IDEA加载大文件时报错:The file size exceeds configured limit
问题描述
1 The file size exceeds configured limit

解决方案:配置一下idea.properties 文件

添加如下配置
1 idea.max.intellisense.filesize=50000

1 The file size exceeds configured limit


1 idea.max.intellisense.filesize=50000
