问题背景:
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.properties文件,在里面添加一句:idea.max.intellisense.filesize=50000
然后重启IDEA,问题解决!