what's new in vs code swift extension

Asked on 06/18/2025

1 search

The latest updates to the Swift extension for VS Code were highlighted in the "What’s new in Swift" session at WWDC 2025. Here are the key improvements:

  1. Background Indexing: Enabled by default for SwiftPM projects in VS Code and other IDEs, allowing editor features like "Jump to Definition" to stay up to date as you make changes to your project.

  2. Improved Code Completion: Thanks to enhancements in SourceKit, code completion results in VS Code are now more relevant.

  3. Simplified LSP Debugging: LLDB support is now included automatically when you install the Swift extension.

  4. New Project Panel: This feature makes it easier to find your packages, dependencies, targets, and tasks.

  5. Live Documentation Preview: You can view your project's documentation side by side with your code, and it updates live as you type.

The Swift extension is developed in open source and is available on GitHub in the SwiftLang organization. For more details, you can refer to the session What’s new in Swift (00:03:41).