Intellij IDEA中file size exceeds configured limit解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij IDEA中file size exceeds configured limit解决相关的知识,希望对你有一定的参考价值。
把Hadoop源码导入IDEA中后,其中有个ClientNamenodeProtocolProtos文件代码高达82997行,IDEA直接就不把它当java类看了,报file size exceeds configured limit错误。
解决办法如下:
你可以尝试修改intellij IDE安装目录下的bin/idea.properties, 将其中的idea.max.intellisense.filesize=2500
改成大一些,比如
idea.max.intellisense.filesize=99999
然后重启问题解决。
以上是关于Intellij IDEA中file size exceeds configured limit解决的主要内容,如果未能解决你的问题,请参考以下文章
使用IntelliJ IDEA开发前的基本设置,有助于提高开发效率
错误记录IntelliJ IDEA 中 Java 代码中的中文注释报错 ( Menu / File / Settings / Editor / File Encodings 中修改工程编码 )