I use PhpStorm 2017.2
I want to replace some function codes with a new code string and I want to add \n
to some parts of the string in Replace in Path inputs but I can't see or modify remain of the string.
my replace string is: function test_pr() { if(confirm('Are You sure to run this action???'))\n window.open('.?pm=32&yu=876&cid=dkjgkfdhgjfdhg63ufb4uft4745y$clo=t546gy677', '_self'); }
that I cant see and modify after $clo=t546gy677'
and cant scroll forward input contents in "Replace in Path" Dialog.
How can I access and modify remain string in "Replace in Path" dialog inputs?