Xcode 15 comes with many new helpful features that will help speed up your development process.

And with a long waited new debugger filters by log category.

Here is a list of all the new features of Xcode 15.

Editing

  • class struct name completion based on file name
name completion
  • Tap right arrow to show all options for a specific method
right arrow to show all options for a specific method
  • Modifier prediction based on your most used ones with that object
Modifier prediction based on your most used ones
  • Code completion for image and color assets
completion for image
  • Localization manager
Localization manager
  • Redesigned documentation popups
Redesigned documentation popups
  • Create custom Swift macros
  • New SwiftUI preview declaration. Even on UIKit and AppKit
New SwiftUI preview declaration
  • Create bookmarks without typing a comment but in the dedicated bookmark sidebar tab

Sharing

  • New Changes view for Git repositories
  • Edit, stage and unstage files directly in the changes view
Edit, stage and unstage files directly in the changes view

Testing

  • New high detailed tests report view
New high detailed tests report view

Debugging

  • Full support for os log
Full support for os log
  • Filter logs by category in Xcode
Filter logs by category in Xcode

Distributing

  • Add test flight note right in Xcode
  • Xcode Cloud now supports notarisation
  • Signature verification for XCFrameworks
  • Mac notifications about the distributing stage
  • New methods of distribution dialog
methods of distribution dialog

Source link