(idea)the file size(2.85M) exceeds configured limit(2.56M).Code insight features are not available问题
这个问题原因是,IDEA 对于内存使用进行了限制,默认显示容量最大为2.56M,打开大于2.56M的文件时,就会提示该问题。解决方法:点击help——>edit Custom properties,在文件添加下面内容,然后重启idea就好啦。# 单位为kb,idea.max.intellisense.filesize=4096...
·
这个问题原因是,IDEA 对于内存使用进行了限制,默认显示容量最大为2.56M,打开大于2.56M的文件时,就会提示该问题。
解决方法:
点击help——>edit Custom properties,在文件添加下面内容,然后重启idea就好啦。
# 单位为kb,
idea.max.intellisense.filesize=4096

更多推荐




所有评论(0)