工作中用到個(gè)項(xiàng)目代碼主執(zhí)行文件代碼高達(dá)62997行,IDEA報(bào)file size exceeds configured limit錯(cuò)誤。
解決辦法如下:
修改intellij IDE安裝目錄下的bin/idea.properties, 將其中的idea.max.intellisense.filesize=2500
改成大一些,比如:idea.max.intellisense.filesize=9900
然后重啟問(wèn)題解決。
工作中用到個(gè)項(xiàng)目代碼主執(zhí)行文件代碼高達(dá)62997行,IDEA報(bào)file size exceeds configured limit錯(cuò)誤。
解決辦法如下:
修改intellij IDE安裝目錄下的bin/idea.properties, 將其中的idea.max.intellisense.filesize=2500
改成大一些,比如:idea.max.intellisense.filesize=9900
然后重啟問(wèn)題解決。