How can I change PHPStorm maximum file size it can open?

I can't open or run sql dump file 60Mb. Is it possible to open it in PHPStorm?

0

Hello!

what do you mean saying that you can't open it? PHPStorm limits the max size of the file it provides code assistance for (highlighting, compltion, etc.)
Max size is controlled by idea.max.intellisense.filesize option - it can be changed in bin/idea.properties

0

请先登录再写评论。