StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162

Results 59 StringManipulation issues
Sort by recently updated
recently updated
newest added

It would be nice if the increment/decrement functionality would also work for character sequences: ``` A A A A ``` to ``` A B C D ```

enhancement
patch-welcome

**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...

enhancement

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...

enhancement
patch-welcome

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...

enhancement
patch-welcome

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...

enhancement
patch-welcome

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...

enhancement
patch-welcome

**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...

enhancement

### 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...

enhancement

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...