Skip to content

GoLand: 调整可编辑文件大小

Published: at 09:36 AMSuggest Changes

使用 Goland 打开大文件发现只能进入只读模式不能编辑

https://www.jetbrains.com/help/webstorm/tuning-the-ide.html#common-platform-properties

看官方文档 在帮助 - 编辑自定义属性中添加了下面代码解决了这个问题

# GoLand settings
idea.max.intellisense.filesize=25000000

Previous Post
JSON.stringify 递归逻辑研究
Next Post
Go 语言文件读取与处理