Was it a simple text file or some code actually? What was the extension? If it was code then was it a mix of some languages (like HTML + JS + CSS) or something plain?
PhpStorm always tries to analyze the whole file if it's not a plain text so it requires some specific work.
Hello,
Was it a simple text file or some code actually? What was the extension? If it was code then was it a mix of some languages (like HTML + JS + CSS) or something plain?
PhpStorm always tries to analyze the whole file if it's not a plain text so it requires some specific work.
it was simple text file as csv.
it has 500000 lines of data.
I installed plugin for csv, but IDE told it does not work for over size with 2.44mb.
I tried change file extension as txt and dat, It was same.
You can extend the limit: https://stackoverflow.com/questions/23057988/file-size-exceeds-configured-limit-2560000-code-insight-features-not-availabl
Thanks your response, but didn't help me.
I added custom property like in your links.
IDE told me, this option work with IntelliJ Ultimate.
`Event Log` recommended the Increase Memory of VM
2G has rack.
4G has rack.
8G has rack.
Better scrolling then before. it's only one different thing of this flows.
I've checked free IDE, It's used under 500mb.
these are make me think again about using paid IDE
Try to open the file, then Help > Find Action: Power Save mode for the file:
Check if it helps.
Marking file as plain text eventually helped.