一、背景
使用idea打开超过2.56MB大小的文本文件时,提示:The file is too large ……
并且自动开启了只读模式,无法修改。
二、解决方案
依次点击【Help】、【Edit Custom Properties】
新增一条配置idea.max.intellisense.filesize=50000
(这里的50000表示50MB,即50MB以内的文本文件不会自动变为只读不可修改模式)
保存重启即可。
使用idea打开超过2.56MB大小的文本文件时,提示:The file is too large ……
并且自动开启了只读模式,无法修改。
依次点击【Help】、【Edit Custom Properties】
新增一条配置idea.max.intellisense.filesize=50000
(这里的50000表示50MB,即50MB以内的文本文件不会自动变为只读不可修改模式)
保存重启即可。
本文标题:909.【开发工具】解决idea:The file is too
本文链接:https://www.haomeiwen.com/subject/dywzndtx.html
网友评论