IDEA引入类报错:“The file size (2.59 MB) exceeds the configured limit (2.56MB).

问题背景:

SVN上ChecOut一个项目之后,在本地搭建Maven环境,然后引入依赖。引入之后有一个HCStub类引入失败;报错:“Cannot resolve symbol 'HCStub'”,但是在项目中是可以搜到这个引入失败的类的,打开这个类提示:“The file size (2.59 MB) exceeds the configured limit (2.56MB).Code insight features are not available.”的提示。如下图:

IDEA引入类报错:“The file size (2.59 MB) exceeds the configured limit (2.56MB).

 

解决方法:

配置一下idea.properties文件,在里面添加一句:idea.max.intellisense.filesize=50000

然后重启IDEA,问题解决!

IDEA引入类报错:“The file size (2.59 MB) exceeds the configured limit (2.56MB).

IDEA引入类报错:“The file size (2.59 MB) exceeds the configured limit (2.56MB). 

 

上一篇:pycharm 消除 忽略 警告 No data sources are configured to run this SQL


下一篇:Hbase Shell