Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 1.74 KB

setup-and-ide-alternatives.md

File metadata and controls

29 lines (16 loc) · 1.74 KB

Installing Swift

The supported platforms for running Swift on the server and the ready-built tools packages are all hosted on swift.org together with installation instructions. There you also can find the language reference documentation.

IDEs/Editors with Swift Support

A number of editors you may already be familiar with have support for writing Swift code. Here we provide a non-exhaustive list of such editors and relevant plugins/extensions, sorted alphabetically.

Language Server Protocol (LSP) Support

The SourceKit-LSP project provides a Swift implementation of the Language Server Protocol, which provides features such as code completion and jump-to-definition in supported editors.

The project has both an extensive list of editors that support it and setup instructions for those editors, including many of those listed above.

Do you know about another IDE or IDE plugin that is missing? Please submit a PR to add them here!