krasa / StringManipulation

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

Feature Request: Combine lines with separator #215

Open jsodeman opened 1 year ago

jsodeman commented 1 year ago

I'll sometimes have a list of string that I need to combine into a single line.

For example changing: One Two Three Four

Into: One, Two, Three, Four

This can be done with a regex find/replace but I think it would be a useful feature for StringManipuation.