打开较大文件的时候,出现错误提示“File size exceeds configured limit (2560000), code insight features not available”,在网上查找了相关问题,是因为IDEA对能关联的文件大小做了限制,主要是为了保护内存,默认值为2500kb.
发现问题还是存在的
同时又修改了idea64.exe.vmoptions,加上-Didea.max.intellisense.filesize=15000,生效了
打开较大文件的时候,出现错误提示“File size exceeds configured limit (2560000), code insight features not available”,在网上查找了相关问题,是因为IDEA对能关联的文件大小做了限制,主要是为了保护内存,默认值为2500kb.
发现问题还是存在的
同时又修改了idea64.exe.vmoptions,加上-Didea.max.intellisense.filesize=15000,生效了