Does the XCode IDE have the ability to make multiple, simultaneous selections of a word within the file you have open (not the whole project) and then replace it with new text? And, I don't necessarily want to select all occurrences, say just the first 3 of 5 or whatever.
Basically, I'm coming from the wonderful world of Sublime Text, and in Sublime you can select any word, then simply press CMD+D and it will sequentially find then select subsequent findings of this word. Most importantly after you select the word multiple times, just by typing you will be replacing each selected word so you only have to type once.
The following question is the same as mine except that it's asking for a different IDE (Eclipse): eclipse multiple text selection like sublime text 2
Any way to do this using XCode 7beta or XCode 6?