Earlier quoted context omitted.
I use both on a regular basis, VS for my job and XCode for hobby work. I prefer VS because it performs better when editing and navigating the code base ( it is actually faster to run in it inside VirtualBox than XCode natively ). Also VS has code navigation and editing features that XCode lacks. For instance if you want to do a find/replace in VS you can double click on a word do Ctrl+H and the word you selected popu…
I haven't used VS in many years, but I like what you describe. I don't know if this will be helpful, but these are my alternatives in Xcode: > For instance if you want to do a find/replace in VS you can double click on a word do Ctrl+H and the word you selected populates the search box. Your workflow sounds nicer than Xcode's here. While I don't often use find+replace, I do use project level find constantly. My muscl…
Cmd+E, Cmd+Shift+F, Return
This sequence seems to work in many other apps, I don't know if it's a system command or just a common convention.