Is it possible to open file larger than 2GB?
已回答
Hi,
I tried to modify the two configurations below, but it seems that IDEA can only open file less than 2GB.
Is there a way to open file larger than 2GB?
# Maximum file size (kilobytes) IDE should provide code assistance for.
idea.max.intellisense.filesize=2147483647
# Maximum file size (kilobytes) IDE is able to open.
idea.max.content.load.filesize=2147483647
请先登录再写评论。
We implemented Large File Editor plugin into platform code in IntelliJ IDEA 2019.2. The plugin opens large files automatically without any size limits.
Please update your IntelliJ IDEA.