用PyCharm 打开较大文本的时候,出现提示“File size exceeds configured limit (2560000), code insight features not available”,是因为IDEA对能关联的文件大小做了限制,主要是为了保护内存,默认值为2500kb

解决方法:

解决PyCharm 中查看文本文件大小问题

下面的idea.properties文件中添加一行

	idea.max.intellisense.filesize=99999

相关文章: