'Any way to edit text to camel-case in Xcode?
Is there any way in Xcode editor to change text selection of all capital or snake text to camel-case?
For example:
let FORMAT_A = ...
let format_kind_b = ...
Convert to:
let formatA = ...
let formatKindB = ...
Even if it's a little broken, is there any other way than to do it manually or using some external editor?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
