AppCode

SWIFT EXECUTION OF YOUR BRIGHT IDEAS

 

Intelligent development
environment

Thanks to an in-depth understanding of your code structure, AppCode takes care of your routine tasks and saves you from extra typing.

 

Efficient project navigation

Jump to any file, class, or symbol in your project in no time, use hierarchical and structure views to navigate through your project structure.

 

Smart completion

AppCode offers two kinds of code completion: basic as-you-type completion, and more advanced SmartType completion for precise filtering of suggestions.

 

Reliable refactorings

Modify and improve your code any time with safe, accurate and reliable refactorings.

 

Thorough code analysis

AppCode is constantly monitoring the quality of your code. It warns you of errors and smells and suggests quick-fixes to resolve them automatically.

AppCode provides over 60 code inspections just for Objective-C, C and C++, and a number of code inspections for other supported languages. All code inspections are run on the fly.

 

Productive unit testing

Out of the box, AppCode supports XCTest, Quick, Kiwi, Catch, Boost.Test, and Google Test testing frameworks. Code generation action to get unit tests’ methods makes you more productive. Use ⌘N to get test methods according to the context.

 

Many languages, one IDE

AppCode natively supports Objective-C, Swift, C and C++ (including modern C++ standards, libc++ and Boost), as well as JavaScript, XML, HTML, CSS and XPath.

 

Rename refactoring

Rename variables, constants, functions, type names and classes and rest assured that AppCode will update all the usages across the entire code base for you.

 

Override/Implement

Cut down on the routine when implementing or overriding methods – AppCode creates a stub with some default code for you.

 

Create from usage

Have you ever dreamed of creating a function, constant, variable or property declaration just by using it in your code? Simply press ⌥⏎ and have it created automatically in the right place!