StringManipulation
StringManipulation copied to clipboard
IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
It would be nice if the increment/decrement functionality would also work for character sequences: ``` A A A A ``` to ``` A B C D ```
**Is your feature request related to a problem? Please describe.** Would be great if this cool plugin also does [Number formatting (like in Excel)](https://support.microsoft.com/en-us/office/available-number-formats-in-excel-0afe8f52-97db-41f1-b972-4b46e9f1e8d2#ID0EBBH=Windows) like currency, accounting, etc. **Describe the...
Often times I have strings that are not the same length that I need to select until a certain character per line. Using IntelliJ's default tools, and even with some...
Rust has a concept of a [raw string](https://rahul-thakoor.github.io/rust-raw-string-literals/) to avoid any kind of escaping. This is similar to #166 (but not the same). It would be great if a standard...
Thank you
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...
Is there a way to reset a sequence? for example: these lines selected ``` 1 1 1 2 2 2 ``` to be replaced with ``` 1 2 3 1...
**Is your feature request related to a problem? Please describe.** I often have to convert numbers between dec and hex for colors manually. It's available by default in the java...
### It would be nice to have a feature that can create a border around selected text/current line: E.g. from this text: ``` Lorem ipsum dolor sit amet, consectetuer adipiscing...
Add an option to wrap each line into some construction (also could prepend and append), as IDEA does not have built in feature to treat selection for "Surround With" as...