Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tips for Moving from VS.NET to Xcode

After developing in VS.NET for many years, I'm starting to do some Xcode development and I'm very much hard-wired to the VS.NET way of doing things.

I'm not looking for a debate about which environment is better, but some productivity tips when moving from one to the other.

Does anyone have tips, keyboard settings, etc that they found useful when first moving from VS.NET to Xcode?

like image 563
Bryant Hankins Avatar asked Jul 18 '26 23:07

Bryant Hankins


1 Answers

Spend some time learning Xcode's keyboard shortcuts. Every time you want to do something like build your project, open the breakpoints window, etc, once you find it in the menu make a note of the keyboard shortcut and start using that instead.

Also, note the Switch to Header/Source File command in the view menu. This lets you jump from the .h you're currently viewing to the .m file and vica versa. The default shortcut is command-option-up arrow. This is probably my most frequently used shortcut.

Back and Forward are similarly command-option-left arrow and command-option-right arrow, respectively.

like image 126
Lawrence Johnston Avatar answered Jul 20 '26 15:07

Lawrence Johnston



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!