Xcode How To: Edit all instances of a word in a file with a keyboard shortcut

Menu: Editor -> Edit All In Scope (also shows key binding)

Keyboard Shortcut: Control-Command-E

I have used Xcode’s Refactor command many times and while it’s nice and useful, it is always buggy and really slow. Sometimes I just want to quickly edit something in the file I’m working in. This command seems to do that.

Hope this can help someone else as well.