美文网首页
909.【开发工具】解决idea:The file is too

909.【开发工具】解决idea:The file is too

作者: 七镜 | 来源:发表于2024-01-10 23:09 被阅读0次

一、背景

使用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