惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
有赞技术团队
有赞技术团队
GbyAI
GbyAI
宝玉的分享
宝玉的分享
腾讯CDC
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
月光博客
月光博客
MyScale Blog
MyScale Blog
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog

InfoWorld

AWS boosts CloudWatch Logs query limits by 10x to ease debugging for developers, SREs 21 LLMs tuned for special domains The new AI lock-in AWS adds Advanced Prompt Optimization tool to Bedrock Capacity markets could reshape cloud computing Four cutting-edge tools for spec-driven development Anthropic puts Claude agents on a meter across its subscriptions Notion courts developers with a platform for AI agents and workflow automation Using continuous purple teaming to protect fast-paced enterprise environments A better way to work with SQL Server Evidence-driven workflows: Rethinking enterprise process design AWS debuts Graviton-powered Redshift RG instances to cut analytics costs SAP’s AI promises last year? Most are still rolling out First look: Lemonade serves up local AI with limitations GitLab CEO sees developer tool bill increasing 100-fold Red Hat adds support for agentic AI development What’s new and exciting in JDK 26 Kill the loading spinner with local-first data and reactive SQL A networking revolution at AWS Tokenmaxxing is super dumb Hands-on with React, Supabase, and PowerSync How to add AI to an existing product (without annoying users) Your AI doesn’t need another database What happens when engineering teams reorganize around AI agents Python isn’t always easy When cloud giants meddle in markets 12 model-level deep cuts to slash AI training costs The best new features in Python 3.15 Teradata launches platform for enterprise AI agents moving beyond pilots Three skills that matter when AI handles the coding
Swift for Visual Studio Code comes to Open VSX Registry
by Paul Krill Editor at Large · 2026-04-10 · via InfoWorld

The Swift for Visual Studio Code extension, which brings language support for Apple’s Swift programming language to Microsoft’s Visual Studio Code editor, now is available on the Open VSX Registy, an Eclipse Foundation-hosted open source registry for VS Code extensions.

The Swift for Visual Studio Code extension adds first-class language support for projects built with Swift Package Manager, enabling seamless cross-platform development on macOS, Linux, and Windows, according to Apple. The extension brings Swift language support including code completion, refactoring, full debugging support, a test explorer, as well as DocC support to both VS Code and a broad ecosystem of compatible editors and allows agentic IDEs like Cursor and Antigravity to automatically install Swift. No manual download is required.

Capabilities of the Swift for VS Code extension include:

  • Jump to definition, peek definition, find all references, and symbol search
  • Error annotations and fix suggestions
  • Automatic generation of launch configurations for debugging with LLDB DAP
  • Automatic task creation
  • A Project Panel to quickly run actions and view dependencies
  • Test Explorer view

Most features of the Swift for VS Code extension, however, only work with projects that build with Swift Package Manager. These projects will have a Package.swift file in their root folder. Support for Xcode projects (.xcodeproj) is limited. The Swift extension for VS Code also is available on the Visual Studio Marketplace.