JetBrains AppCode 2023.1 (macOS x64, aarch64) - Smart IDE for iOS/macOS Development

Xcode 14.3 compatibility, Swift refactorings and intentions, the IDE’s UI, and Kotlin Multiplatform Mobile.

Please visit the original link: https://sysin.org/blog/jb-appcode-2023/ to view the latest version. Original works, please keep the source for reprinting.

Author homepage: sysin.org


JetBrains AppCode - Smart IDE for iOS/macOS Development

AppCode 2023 is now available, learn about the latest

Why choose AppCode

Thanks to its deep understanding of code structure, AppCode handles your daily tasks without extra typing.

smart editor

Efficient project navigation

Instantly jump to any file, class or symbol (sysin) in your project, navigate your project structure using hierarchy and structure views.

structure view

go to symbol

1/2

Comprehensive Code Analysis

AppCode continuously monitors your code quality (sysin). It can warn of errors and smells and suggest quick fixes to resolve them automatically.

code analysis

quick fix

1/2

Smart completion

AppCode offers two types of code completion: basic real-time input completion and more advanced smart completion, which enables precise filtering.

Full AppCode IDE window

reliable refactoring

Modify and improve your code at any time with safe, precise and reliable refactoring.

"Change signature" refactoring

efficient unit testing

AppCode natively supports XCTest, Quick, Kiwi, Catch, Boost.Test and Google Test testing framework (sysin). Code generation for unit test methods can increase your productivity. Use ⌘N to get the test method contextually.

Many languages, one IDE

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

Renaming in Swift

Renaming in Objective-C

Renaming in C++

1/3

"Rename" refactoring

Rename variables, constants, functions, type names and classes; rest assured that AppCode will update all usages throughout your codebase for you.

Override/implementation in Swift

Override/implementation in Objective-C

Rewrite/implementation in C++

1/3

Rewrite/implement

Save routine work when implementing or overriding methods – AppCode can create stubs with some default code for you.

Create by usage in Swift

Created by usage in Objective-C

Create by usage in C++

1/3

create by usage

Have you ever wondered that you can create functions, constants, variables or properties by declaring them directly in your code? Just press ⌥⏎ and it will be created automatically at your current location!

comprehensive experience

AppCode is fully compatible and interoperable with Xcode, requires no additional configuration, and seamlessly integrates with CocoaPods, Reveal apps, most popular version control systems, and many issue trackers.

discover all features

AppCode latest changes

Check out the latest changes

download link

JetBrains AppCode 2023.1 (macOS x64 & aarch64)
Baidu network disk link: https://sysin.org/blog/jb-appcode-2023/

Guess you like

Origin blog.csdn.net/netgc/article/details/130083884