Quote:
Originally Posted by iwind
In xcode editor, i want to change a piece of code to upper case, how can i do it quickly? such as change " my_tunner_charge" to "MY_TUNNER_CHARGE"?
There is any hotkeys? Or xcode never support this?
|
Go into xcode preferences -> KeyBindings ->Text Key Bindings -> Capitialize Word -> assign a key
now it'll uppercase when you select some text in the xcode editor and hit your assigned key