StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Multi-line Quote/Unquote support

Open kings1990 opened this issue 2 years ago • 2 comments

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',

kings1990 avatar Sep 21 '23 02:09 kings1990

Do you select them using multicarets?

krasa avatar Sep 21 '23 09:09 krasa

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.

kings1990 avatar Sep 22 '23 05:09 kings1990