StringManipulation
StringManipulation copied to clipboard
Add unwrap feature
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
IntelliJ supports tag removal in xml.
