📜 ⬆️ ⬇️

AppCode - New IDE for Objective-C from JetBrains

The release of JetBrains AppCode , a new integrated development environment for Objective-C, has just been announced.

As a feature of JetBrains' IDEs, AppCode’s main strengths are : code editor with smart auto-completion, project code analysis and tips for improving it, a wide range of reliable refactoring, a handy debugger with the ability to run code on devices (iPhone or iPad), and easy integration with systems version control ( SVN , Git , Mercurial , Perforce , etc.)

image
')
Of course, there is integration with Xcode . You can simply open an Xcode project, create a new Xcode project, etc. AppCode allows you to switch to and from Xcode at any time while preserving the entire project structure. To edit some file types, such as xib, storyboard, Xcode tools are automatically used. A more complete list of functionality can be found here .

The product is commercial , can be used free of charge for 30 days. You can also get a free license if you are working on an open-source project.

Feedback is welcome!

Source: https://habr.com/ru/post/131206/


All Articles