909.【开发工具】解决idea:The file is too
2024-01-10 本文已影响0人
七镜
一、背景
使用idea打开超过2.56MB大小的文本文件时,提示:The file is too large ……
并且自动开启了只读模式,无法修改。
二、解决方案
依次点击【Help】、【Edit Custom Properties】
新增一条配置idea.max.intellisense.filesize=50000
(这里的50000表示50MB,即50MB以内的文本文件不会自动变为只读不可修改模式)
保存重启即可。