天天看点

The file size(4.45M) exceeds configured limit(2.56M).Code insight features are not available

今天用webStorm打开一个项目,结果提示了这个东西:

The file size(4.45M) exceeds configured limit(2.56M).Code insight features are not available

翻译过来意思就是说文件字节过大,那肯定就是要修改配置了。

解决方案:

修改配置文件idea.max.intellisense.filesize

找到自己webStrom的安装路径,bin下有个idea.properties:

The file size(4.45M) exceeds configured limit(2.56M).Code insight features are not available

点击进去后,把这个东西改了,原先只有2500:

The file size(4.45M) exceeds configured limit(2.56M).Code insight features are not available

然后再重启一下,搞定!