krasa / StringManipulation

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

To camelCase is too aggressive #219

Open daveyostcom opened 9 months ago

daveyostcom commented 9 months ago

Using the To camelCase option,

// usage: press t to see all threads
let list_all_threads() =  printfn "list_all_threads"

becomes

// usage: pressTToSeeAllThreads
letListAllThreads() =  printfn "listAllThreads"

I didn’t expect any spaces to be removed.

I expected to be able to use To camelCase with the whole file selected.

Environment : Rider 2023.3 EAP 6 macOS 14.1.1