krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
694 stars 81 forks source link

Multi-line Quote/Unquote support #216

Open kings1990 opened 11 months ago

kings1990 commented 11 months ago

It seems the plugin does not support Add Quote for multi-line For example, I have 2 lines

A
B

I want the result like the following

"A"
"B"

or

'A',
'B',
krasa commented 11 months ago

Do you select them using multicarets?

kings1990 commented 11 months ago

It works when I use multicarts!

Bug sometimes I have thousands of lines. I should hold alt and need to move many lines to put the cursor on the first line.