|
1 | 1 | - name: Xcode
|
2 |
| - description: Xcode helps improve your productivity by simplifying Swift development on macOS. |
3 |
| - link: https://xcode.apple.com |
| 2 | + description: Xcode is a complete IDE enabling you to develop, test, debug, and distribute apps for all Apple platforms on macOS. |
| 3 | + link: https://developer.apple.com/xcode |
4 | 4 | officially-supported: true
|
5 | 5 | - name: Visual Studio Code
|
6 |
| - description: Visual Studio Code provides a modern development environment for Swift through the Swift extension. |
| 6 | + description: Visual Studio Code is a cross-platform and extensible editor that supports Swift through the Swift extension, which provides intelligent editor functionality as well as debugging and test support. |
7 | 7 | link: https://code.visualstudio.com
|
8 | 8 | guide: /documentation/articles/getting-started-with-vscode-swift.html
|
9 | 9 | officially-supported: true
|
10 | 10 | - name: Emacs
|
11 |
| - description: Emacs provides a flexible and powerful environment for writing Swift code. |
| 11 | + description: Emacs is an extensible cross-platform text editor. Swift editing support can be enabled through community provided packages. |
12 | 12 | link: https://www.gnu.org/software/emacs/
|
13 | 13 | community-supported: true
|
14 | 14 | guide: /documentation/articles/zero-to-swift-emacs.html
|
15 | 15 | - name: Neovim
|
16 |
| - description: Neovim is a robust and adaptable editing environment that boosts productivity and efficiency for Swift development. |
| 16 | + description: Neovim is an extensible cross-platform text editor. Swift editing support can be enabled through your pick of community provided plugins. |
17 | 17 | link: https://neovim.io/
|
18 | 18 | guide: /documentation/articles/zero-to-swift-nvim.html
|
19 | 19 | community-supported: true
|
20 | 20 | - name: Other Editors
|
21 |
| - description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide Swift support. |
| 21 | + description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide intelligent editor functionality for Swift. |
22 | 22 | link: https://github.com/apple/sourcekit-lsp/tree/main/Editors#other-editors
|
23 | 23 | officially-supported: true
|
24 | 24 | guide: /documentation/articles/other-swift-editors.html
|
0 commit comments