

- Import xcode project into appcode install#
- Import xcode project into appcode software#
- Import xcode project into appcode code#

Import xcode project into appcode code#
Use of bright, more distinctive colors in code.Much much better auto completion, it also does smart complete.Shortkey to quickly navigate to a class, you even can use abbreviations like “MC” when you’re looking for a class named M圜lass for exampleĪlso a lot of features are just done better in AppCode compared to XCode.Other kinds of refactorings like extracting a method, renaming variables, extracting protocols, putting code inline ….Generates init methods, properties, etc.Grays out unused code (imports, methods, classes etc).Ability to quickly override or implement methods from a superclass or protocol.Quickfixes: it even warns you when you for example have allocated an object but you didn’t release it anywhere.Realtime compiler errors without having to build first.It’s like discovering IntelliJ’s features all over again, which is nice. I kept a list of the most important things I discovered in AppCode so far that XCode just doesn’t support.
Import xcode project into appcode install#
Just install AppCode, open your existing XCode project and you can start using it! If you find something that really only XCode can do (for example distribute to the App Store) you can still switch back to XCode to do that task. This is very cool because this way there is no risk or effort involved using AppCode instead of XCode.
Import xcode project into appcode software#
XCode doesn’t look like a software tool that’s developed by Apple at all. Until recently there weren’t any real alternatives.Ĭompared to IntelliJ, XCode looks very basic to me because it has no handy shortcuts, good refactoring tools or other handy features that I’m used to in IntelliJ. XCode is the IDE you have to use in order to develop iOS and Mac apps. This is because I have been using IntelliJ for the past five years, which I love working with ever since I first started using it. When I started writing my first iPhone app, I was quite disappointed with XCode.
