StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Add unwrap feature

Open imz87 opened this issue 4 years ago • 1 comments

Hi there,

I am very lucky because I found your plugin and it is very useful. Could you please add a new feature to unwrap a text? IntelliJ does not support such a feature. This ability can do these conversions by hitting a shortkey when a text has been selected:

[thing] -> thing "thing" -> thing 'thing' -> thing (thing) -> thing {thing} -> thing

you can go further and unwrap HTML tags. For example:

<div>thing</div> -> thing
<header>thing</header> -> thing

Best, Iman

imz87 avatar Jul 14 '21 08:07 imz87

IntelliJ supports tag removal in xml. image

krasa avatar Sep 30 '21 16:09 krasa