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?
|
Same way you would in every program ~ use Find & Replace and turning off the ignore case option. Just hit command F to bring it up for one doc, command-shift F for multiple documents.