在開發中遇到自己給的一個txt文件大小達到19Mb
提醒:文件大小超過了2.56MB的默認值,有些功能不可靠
The file size(19.47MB ) exceeds configured limit(2.56MB). Code insight features are not acaliable
解決方式:
1. 在頂部導航欄中找到Help中的 `Edit Custom Properties...`
2. 點擊 進入 `idea.properties`
3. 編輯內容設置你想要的大小:
# custom IntelliJ IDEA properties
# 這里我設置的是20MB
idea.max.intellisense.filesize=20480
4. 重啟Idea 完成配置