使用 Goland 打开大文件发现只能进入只读模式不能编辑
https://www.jetbrains.com/help/webstorm/tuning-the-ide.html#common-platform-properties
看官方文档 在帮助 - 编辑自定义属性中添加了下面代码解决了这个问题
# GoLand settings
idea.max.intellisense.filesize=25000000 使用 GoLand 打开大文件时,如果只能进入只读模式而无法编辑,可以通过修改 GoLand 的自定义属性 `idea.max.intellisense.filesize` 来解决此问题。
使用 Goland 打开大文件发现只能进入只读模式不能编辑
https://www.jetbrains.com/help/webstorm/tuning-the-ide.html#common-platform-properties
看官方文档 在帮助 - 编辑自定义属性中添加了下面代码解决了这个问题
# GoLand settings
idea.max.intellisense.filesize=25000000