解决PyCharm 中File size exceeds configured limit (2560000),文件大小不够的问题

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

解决办法:

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

idea.max.intellisense.filesize=99999【#默认是2500kb】

猜你喜欢

转载自blog.csdn.net/zaishijizhidian/article/details/81317498
今日推荐