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

![1705771194858](https://github.com/krasa/StringManipulation/assets/39175627/6ed8ab5e-4945-4e9d-b13d-952157f9785a) Give an opinion. History list can rename, This allows for multiple situations to be located quickly. thank you.

**Is your feature request related to a problem? Please describe.** I have to sort big JSON-files with arrays. The array-entries should be sorted by a specific key **Describe the solution...

v9.12.0 **Describe the bug** I wanted to apply the plugin to a single word: "trigger", to make it all uppercase. **To Reproduce** Steps to reproduce the behavior: 1. Have these...

Would it be possible to add divide function to number selection, like the increment function. For example I'm adding retina images to html/php. Phpstorm suggest me real size of image,...

Using the To camelCase option, ```F# // usage: press t to see all threads let list_all_threads() = printfn "list_all_threads" ``` becomes ```F# // usage: pressTToSeeAllThreads letListAllThreads() = printfn "listAllThreads" ```...

This is not related to a problem but rather an improvement. I use the plugin a lot for filtering down text by using the "Grep" functionality and use the Regex...

It seems the plugin does not support Add Quote for multi-line For example, I have 2 lines ``` A B ``` I want the result like the following ``` "A"...

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

enhancement

**Is your feature request related to a problem? Please describe.** When writing documentation, using _title case_ for section headers is the default for my projects. While the string manipulation plugins...

enhancement
patch-welcome

It could be nice to have preview window on every function to show example/result of function, cause some function description/name is no so clear, and this will help lot for...

invalid