調整 PyCharm 檔案大小限制 Posted on 2022-03-22最近在開發的過程中,需要瀏覽 2.56 MB 以上大小的 json 檔案這時候遭遇到一個問題是,這個大小超過了 PyCharm 檔案大小限制以致於無法正確上色這篇文章教導你如何解開束縛!打開設定Help -> Edit Custom Properties設定數值加上一行設定,預設是 2500,你可以調整成你想要的數字idea.max.intellisense.filesize=25000重新啟動 PyCharm最後的最後就是重新啟動 PyCharm,以套用新設定相關文章LeetCode 筆記 - 1446. Consecutive CharactersLeetCode 筆記 - 1695. Maximum Erasure ValueLeetCode 筆記 - 318. Maximum Product of Word LengthsLeetCode 筆記 - 215. Kth Largest Element in an Arraynon-breaking space 問題