How to open large files using PhpStorm 8?

I am dealing with large SQL or XML files (maybe up to 3 GB) that I would like to open in my editor. I get the message:

File <file name> is too large for PhpStorm editor

I have 32GB of RAM and Windows 7 Pro is 64 bit. ...

Can I override this limit?

+3


source to share


1 answer


As said, idea.max.intellisense.filesize

did it for me too, but I haven't tried it with such huge files, only with 300MB files.



+7


source







All Articles