StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

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

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

Hello. I know that the functionality is similar already, but I would like the following I want to set the cursor on one word and use the hot keys to...

enhancement
patch-welcome

**Describe the bug** I feel there is some inconsistency regarding the "duplicate and increment" feature. In the docs it is mentioned that it "duplicates the line" which it does when...

hope can support fullwidth haifwidth

enhancement
patch-welcome

First, thank you very much for developing the extremely useful StringManipulation Package. It is of extreme utility and I am grateful that you make it available under a permissive license....

enhancement
patch-welcome

**Is your feature request related to a problem? Please describe.** Escaped "\xe4\xb8\xad\xe6\x96\x87" To String or unicode **Describe the solution you'd like** Escaped "\xe4\xb8\xad\xe6\x96\x87" To "中文“ or unicode '\u4e2d\u6587' **Additional context**...

enhancement
patch-welcome

For each caret: Take the entire selection as a string or the current line if no selection Strip out all whitespace from that string Evaluate that string as an arithmetic...

enhancement

There is no option to escape/unescape characters to/from `\xC2` format in PHP. E.g. the character "À": ``` var_dump("\u{00C0}"==="À"); // bool(true) var_dump("\xC3\x80"==="À"); // bool(true) var_dump("\xC3\x80"==="\u{00C0}"); // bool(true) ``` It should be...

patch-welcome

**Describe the bug** In IDEA Ultimate:latest, configure String Manipulation. Try to select ALLUPPERCASE Expect it is not selectable And, it will not upper case any words. Expect, Can not make...

### String Manipulation -> Escape/Unescape... -> Escape non ascii to Unicode A character such as EM DASH, U+2014 `"—"` should encode to `"\u{2014}"` in PHP, however, it incorrectly misses the...

enhancement
patch-welcome

Is it possible to implement a feature where if you try to do a string manipulation while in a live template's variable, or any guided edit mode, it automatically applies...

wontfix