PyCharm 解除文本文件大小限制
打开 PyCharm ,点击 Help-->Edit Custom Properties,再点击 Create,在文件中添加
idea.max.intellisense.filesize=99999
添加好后,重启 PyCharm 即可。
打开 PyCharm ,点击 Help-->Edit Custom Properties,再点击 Create,在文件中添加
idea.max.intellisense.filesize=99999
添加好后,重启 PyCharm 即可。