Perl5-IDEA
Perl5-IDEA copied to clipboard
Add Intention to Replace Quotes
JavaScript and Python have this intention, and Perl I think should also since it's something usable and somewhat used often with C-derived programming language syntaxes.
Current Perl intentions
Without intentions, it can be hard to do so in JetBrains IDE's since trying to replace one quote might add another such quote to pair that.
The other way is Ctrl+R (Find & Replace) but that's too much of a hassle.
Related to #1995